sync notification UI with backend changes

This commit is contained in:
Girish Ramakrishnan
2021-05-29 12:11:17 -07:00
parent 841c9bc261
commit 5aa6e18ea7
5 changed files with 38 additions and 68 deletions

View File

@@ -161,9 +161,9 @@
</li>
<li>
<a href="#/notifications">
<i class="fas fa-bell" ng-show="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>
<i class="fas fa-bell" ng-show="notificationCount"></i>
<i class="far fa-bell" ng-hide="notificationCount"></i>
<span class="badge badge-danger" ng-show="notificationCount">{{ notificationCount }}</span>
</a>
</li>
<li class="dropdown">