Fixed notifications button

This commit is contained in:
2026-06-22 15:39:55 +02:00
parent 6c88dcca7b
commit c5766d1624
9 changed files with 377 additions and 93 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ export function Topbar({ onMenuClick }: TopbarProps) {
>
<Bell className="h-5 w-5" />
<span className="absolute -right-0.5 -top-0.5 flex h-4 w-4 items-center justify-center rounded-full bg-primary text-[10px] font-medium text-primary-foreground">
3
{unreadCount}
</span>
</Button>
</DropdownMenuTrigger>