switched exclamation mark to bell

as discussed in #7536
This commit is contained in:
Vinzenz Vietzke 2019-08-19 17:51:24 +02:00
parent 2064470b13
commit 607ab2eda0
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@
{{if $nav.notifications}}
<li id="nav-notification" class="nav-segment" role="presentation">
<a href="{{$nav.notifications.0}}" rel="#nav-notifications-menu" data-toggle="tooltip" aria-label="{{$nav.notifications.1}}" title="{{$nav.notifications.1}}" role="button" id="dropdownMenu1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="fa fa-exclamation-circle fa-lg" aria-hidden="true"></i>
<i class="fa fa-bell fa-lg" aria-hidden="true"></i>
<span role="menuitem" class="sr-only">{{$nav.notifications.1}}</span>
<span id="notify-update" class="nav-notify-badge badge nav-notify dropdown" data-toggle="dropdown"></span>
</a>