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}
)}