Fix typo for notification bell icon change
This commit is contained in:
@@ -134,7 +134,7 @@
|
||||
<li>
|
||||
<a href="#/notifications">
|
||||
<i class="fas fa-bell" ng-show="notifications.length"></i>
|
||||
<i class="fa fa-bell" ng-hide="notifications.length"></i>
|
||||
<i class="far fa-bell" ng-hide="notifications.length"></i>
|
||||
<span class="badge badge-danger" ng-show="notifications.length">{{ notifications.length }}</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user