From b9f506cac81167f741a013cd2ae4b646024d51d9 Mon Sep 17 00:00:00 2001 From: David Date: Tue, 4 Nov 2025 23:12:37 +0100 Subject: [PATCH] fix layout --- apps/frontend/app/dashboard/layout.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/apps/frontend/app/dashboard/layout.tsx b/apps/frontend/app/dashboard/layout.tsx index 6f93f55..31c1cc7 100644 --- a/apps/frontend/app/dashboard/layout.tsx +++ b/apps/frontend/app/dashboard/layout.tsx @@ -11,6 +11,7 @@ import Link from 'next/link'; import { usePathname } from 'next/navigation'; import { useState } from 'react'; import NotificationDropdown from '@/components/NotificationDropdown'; +import Image from 'next/image'; export default function DashboardLayout({ children }: { children: React.ReactNode }) { const { user, logout } = useAuth(); @@ -54,7 +55,14 @@ export default function DashboardLayout({ children }: { children: React.ReactNod {/* Logo */}
- Xpeditis + Xpeditis