From 2fe02a2cc3e7886b4b2356802009942e2cbfffc0 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 26 Mar 2025 12:39:39 +0100 Subject: [PATCH] Add gap in notification indicator --- dashboard/src/components/Headerbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/components/Headerbar.vue b/dashboard/src/components/Headerbar.vue index a7f8dd65a..f7cd14162 100644 --- a/dashboard/src/components/Headerbar.vue +++ b/dashboard/src/components/Headerbar.vue @@ -96,7 +96,7 @@ onMounted(async () => {
Subscription Expired
-
{{ notifications.length > 99 ? '99+' : notifications.length }}
+
{{ notifications.length > 99 ? '99+' : notifications.length }}
{{ profile.username }}