Skip to content

Commit

Permalink
fix: notification unread icon
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Dec 23, 2022
1 parent 490fc8c commit 1907e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/partials/menu.tpl
Expand Up @@ -27,7 +27,7 @@
<ul id="logged-in-menu" class="nav navbar-nav navbar-right">
<li class="notifications dropdown text-center hidden-xs" component="notifications">
<a href="#" title="[[global:header.notifications]]" class="dropdown-toggle" data-toggle="dropdown" id="notif_dropdown">
<i component="notifications/icon" class="fa fa-fw fa-bell-o" data-content="{unreadCount.notification}"></i>
<i component="notifications/icon" class="fa fa-fw {{{ if unreadCount.notification}}}fa-bell{{{ else }}}fa-bell-o{{{ end }}} unread-count" data-content="{unreadCount.notification}"></i>
</a>
<ul class="dropdown-menu" aria-labelledby="notif_dropdown">
<li>
Expand Down

0 comments on commit 1907e9c

Please sign in to comment.