mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Remove bananas 🍌
This commit is contained in:
parent
52eb20cdae
commit
f8cc0a6e9d
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ const TextAndMediaSnippet = props => (
|
|||
</p>
|
||||
))}
|
||||
</div> :
|
||||
<p className={props.firstPBig ? 'p-big' : 'bananas'}>
|
||||
<p className={props.firstPBig ? 'p-big' : null}>
|
||||
{props.children}
|
||||
</p>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue