mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-25 12:20:24 -04:00
Fix spacing in message title
This commit is contained in:
parent
39c0bc9048
commit
46e24ac3ef
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…
Add table
Reference in a new issue