Fix copy typo

cgen-befbe152afb0403e8ec09ffa568e1703
This commit is contained in:
Builder.io 2025-10-14 06:52:15 +00:00
parent 499271cefe
commit ca267f4cff

View file

@ -255,7 +255,7 @@ export default function NotificationBell({ className }: { className?: string })
</div>
) : (
<div className="py-8 text-center text-sm text-muted-foreground">
No notifications yet. You ll see activity updates here.
No notifications yet. You'll see activity updates here.
</div>
)}
</ScrollArea>