match react icon to default view
This commit is contained in:
parent
ce9a7dae9e
commit
6392918b04
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class NotificationIcon extends Component {
|
|||
return (
|
||||
<a className={linkClasses} href="/notifications">
|
||||
<div className="tooltipsUnder">
|
||||
Notifications ({this.props.unreadNotificationsCount} unread)
|
||||
Notifications
|
||||
</div>
|
||||
{this.props.unreadNotificationsCount === 0 ? null : (
|
||||
<div className="unread-notifications-dot"></div>
|
||||
|
|
Loading…
Reference in a new issue