diff options
| author | Henry Jameson <me@hjkos.com> | 2024-02-16 00:29:16 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-02-16 00:29:16 +0200 |
| commit | 7c77809ff9a4d365ec17fb2ed43f3795382940a9 (patch) | |
| tree | 053e4d925747d762a617e11d3bb51b8c024f1f3e /src/components/notifications/notifications.vue | |
| parent | 96e3a1593ab6b45b2b6794e353623d0e87a7d8ff (diff) | |
badge, alert(dot) improvements
Diffstat (limited to 'src/components/notifications/notifications.vue')
| -rw-r--r-- | src/components/notifications/notifications.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index a0025182..eb128450 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -18,7 +18,7 @@ {{ $t('notifications.notifications') }} <span v-if="unseenCountBadgeText" - class="badge badge-notification unseen-count" + class="badge -notification unseen-count" >{{ unseenCountBadgeText }}</span> </div> <div |
