diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/notifications_widget.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl index caa9a4f91..5e9c15426 100644 --- a/view/tpl/notifications_widget.tpl +++ b/view/tpl/notifications_widget.tpl @@ -470,12 +470,12 @@ }); if(primary_available) { - $('.notifications-btn-icon').removeClass('fa-exclamation-circle'); - $('.notifications-btn-icon').addClass('fa-exclamation-triangle'); + $('.notifications-btn-icon').removeClass('bi-exclamation-circle'); + $('.notifications-btn-icon').addClass('bi-exclamation-triangle'); } else { - $('.notifications-btn-icon').removeClass('fa-exclamation-triangle'); - $('.notifications-btn-icon').addClass('fa-exclamation-circle'); + $('.notifications-btn-icon').removeClass('bi-exclamation-triangle'); + $('.notifications-btn-icon').addClass('bi-exclamation-circle'); } if(any_available) { |