diff options
author | Mario <mario@mariovavti.com> | 2024-07-24 21:04:22 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-07-24 21:04:22 +0000 |
commit | b26db5bde602db31bdd3016b1395fe5143d924f4 (patch) | |
tree | fac33a1f0d86c93205c87f205fc363454448f873 | |
parent | 9be799de15471c2e49d67fed4e5723ee7d205287 (diff) | |
download | volse-hubzilla-b26db5bde602db31bdd3016b1395fe5143d924f4.tar.gz volse-hubzilla-b26db5bde602db31bdd3016b1395fe5143d924f4.tar.bz2 volse-hubzilla-b26db5bde602db31bdd3016b1395fe5143d924f4.zip |
fa2bi more fix notifications
-rw-r--r-- | view/tpl/navbar_default.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/navbar_default.tpl b/view/tpl/navbar_default.tpl index 54dddf1ed..21a865b6e 100644 --- a/view/tpl/navbar_default.tpl +++ b/view/tpl/navbar_default.tpl @@ -79,7 +79,7 @@ </button> {{if $localuser || $nav.pubs}} <button id="notifications-btn-1" type="button" class="navbar-toggler border-0 notifications-btn"> - <i id="notifications-btn-icon-1" class="bi bi-exclamation-circle notifications-btn-icon"></i> + <i id="notifications-btn-icon-1" class="bi bi-exclamation-circle notifications-btn-icon generic-icons"></i> </button> {{/if}} <button id="menu-btn" class="navbar-toggler border-0" type="button" data-bs-toggle="offcanvas" data-bs-target="#app-bin"> @@ -134,7 +134,7 @@ {{/if}} {{if $localuser || $nav.pubs}} <li id="notifications-btn" class="nav-item d-xl-none"> - <a class="nav-link notifications-btn" href="#"><i id="notifications-btn-icon" class="bi bi-exclamation-circle notifications-btn-icon"></i></a> + <a class="nav-link notifications-btn" href="#"><i id="notifications-btn-icon" class="bi bi-exclamation-circle notifications-btn-icon generic-icons"></i></a> </li> {{/if}} {{if $navbar_apps}} |