diff --git a/apps/web/app/[locale]/(public)/layout.tsx b/apps/web/app/[locale]/(public)/layout.tsx
index 15807a7..9841034 100644
--- a/apps/web/app/[locale]/(public)/layout.tsx
+++ b/apps/web/app/[locale]/(public)/layout.tsx
@@ -80,15 +80,19 @@ export default function PublicLayout({ children }: { children: React.ReactNode }
))}
-
+
{user ? (
<>
-
-
+ {/* Bell only on sm+ to avoid overcrowding mobile header */}
+
+
+
+
{user.fullName}
-
+ {/* Dashboard button is desktop-only; mobile users reach it via the hamburger menu */}
+
>
@@ -106,8 +110,10 @@ export default function PublicLayout({ children }: { children: React.ReactNode }
)}
{/* Mobile menu toggle */}