mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
Merge pull request #2036 from kyleplo/patch-3
Fix spacing in message title
This commit is contained in:
commit
0f6278835a
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