diff --git a/client/components/notifications/NotificationBell.tsx b/client/components/notifications/NotificationBell.tsx index 68e51508..6f9d2717 100644 --- a/client/components/notifications/NotificationBell.tsx +++ b/client/components/notifications/NotificationBell.tsx @@ -221,19 +221,20 @@ export default function NotificationBell({ return ( - {unreadCount > 0 ? ( - + {unreadCount > 9 ? "9+" : unreadCount} ) : null} - +