Fix copy typo
cgen-befbe152afb0403e8ec09ffa568e1703
This commit is contained in:
parent
499271cefe
commit
ca267f4cff
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ export default function NotificationBell({ className }: { className?: string })
|
||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<div className="py-8 text-center text-sm text-muted-foreground">
|
<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>
|
</div>
|
||||||
)}
|
)}
|
||||||
</ScrollArea>
|
</ScrollArea>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue