Fix typo for notification bell icon change

This commit is contained in:
Johannes Zellner
2020-07-31 09:25:40 +02:00
parent 1c8352ec56
commit cdaf9e1876

View File

@@ -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>