From ca267f4cff1d40bd2d29386a5b287d66d3e1301d Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 14 Oct 2025 06:52:15 +0000 Subject: [PATCH] Fix copy typo cgen-befbe152afb0403e8ec09ffa568e1703 --- client/components/notifications/NotificationBell.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/notifications/NotificationBell.tsx b/client/components/notifications/NotificationBell.tsx index 5b1c9708..40f9015f 100644 --- a/client/components/notifications/NotificationBell.tsx +++ b/client/components/notifications/NotificationBell.tsx @@ -255,7 +255,7 @@ export default function NotificationBell({ className }: { className?: string }) ) : (
- No notifications yet. You ll see activity updates here. + No notifications yet. You'll see activity updates here.
)}