From b5f4809f9b701f225e9e699e3c6f2512ccd4c188 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 11 Nov 2025 01:29:16 +0000 Subject: [PATCH] completionId: cgen-0d8d7a32e24c4aa0ac1b774ea3844e1c cgen-0d8d7a32e24c4aa0ac1b774ea3844e1c --- .../notifications/NotificationBell.tsx | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) 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} - +