diff --git a/frontend/src/app/[lang]/dashboard/layout.tsx b/frontend/src/app/[lang]/dashboard/layout.tsx index ac67e45..57209e7 100644 --- a/frontend/src/app/[lang]/dashboard/layout.tsx +++ b/frontend/src/app/[lang]/dashboard/layout.tsx @@ -156,7 +156,7 @@ export default function DashboardLayout({ children }: { children: React.ReactNod const SidebarContent = () => (
{user?.firstName} {user?.lastName} @@ -226,11 +226,11 @@ export default function DashboardLayout({ children }: { children: React.ReactNod {/* Mobile sidebar */}