mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
style fix
This commit is contained in:
parent
d4ad8f7d35
commit
253d6ac279
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ class Navigation extends React.Component {
|
|||
'message-count': true,
|
||||
'show': this.props.unreadMessageCount > 0
|
||||
})}
|
||||
>{this.props.unreadMessageCount}</span>
|
||||
>{this.props.unreadMessageCount} </span>
|
||||
<FormattedMessage id="general.messages" />
|
||||
</a>
|
||||
</li>,
|
||||
|
|
Loading…
Reference in a new issue