Unverified Commit 46e24ac3 authored by kyleplo's avatar kyleplo Committed by GitHub

Fix spacing in message title

parent 39c0bc90
...@@ -249,7 +249,7 @@ class Navigation extends React.Component { ...@@ -249,7 +249,7 @@ class Navigation extends React.Component {
'message-count': true, 'message-count': true,
'show': this.props.unreadMessageCount > 0 'show': this.props.unreadMessageCount > 0
})} })}
>{this.props.unreadMessageCount}</span> >{this.props.unreadMessageCount} </span>
<FormattedMessage id="general.messages" /> <FormattedMessage id="general.messages" />
</a> </a>
</li>, </li>,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment