Merge pull request #2036 from kyleplo/patch-3

Fix spacing in message title
This commit is contained in:
Ray Schamp 2018-08-22 10:24:02 -04:00 committed by GitHub
commit 0f6278835a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>,