From 6cd5914243e25198761ca7bf7692a1b543cd4b83 Mon Sep 17 00:00:00 2001
From: mroxso <24775431+mroxso@users.noreply.github.com>
Date: Sun, 6 Sep 2026 22:25:36 +0200
Subject: [PATCH] Keep notification badge within menu bar
---
src/components/nostr/NotificationsCenter.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/nostr/NotificationsCenter.tsx b/src/components/nostr/NotificationsCenter.tsx
index 71bfc29..d7ed1df 100644
--- a/src/components/nostr/NotificationsCenter.tsx
+++ b/src/components/nostr/NotificationsCenter.tsx
@@ -119,7 +119,7 @@ function NotificationButton({
>
{unreadCount > 0 ? : }
{unreadCount > 0 && (
-
+
{unreadCount > 99 ? '99+' : unreadCount}
)}