This commit is contained in:
Iliyan Angelov
2025-11-28 20:24:58 +02:00
parent b5698b6018
commit cf97df9aeb
135 changed files with 7641 additions and 357 deletions

View File

@@ -203,7 +203,7 @@ const Header: React.FC<HeaderProps> = ({
</>
) : (
<div className="flex items-center gap-3">
<InAppNotificationBell />
{isAuthenticated && <InAppNotificationBell />}
<div className="relative" ref={userMenuRef}>
<button
onClick={toggleUserMenu}