diff --git a/client/src/layouts/dashboard-layout.tsx b/client/src/layouts/dashboard-layout.tsx index 121361b..8cec4d1 100644 --- a/client/src/layouts/dashboard-layout.tsx +++ b/client/src/layouts/dashboard-layout.tsx @@ -124,10 +124,10 @@ export function DashboardLayout({ children, title, description }: DashboardLayou }; return ( -
+
{/* Sidebar */}
@@ -137,7 +137,7 @@ export function DashboardLayout({ children, title, description }: DashboardLayou
-
+
{/* Main Content */} -
+
{/* Top App Bar */} -
+
- + My Account @@ -244,7 +244,7 @@ export function DashboardLayout({ children, title, description }: DashboardLayou
{/* Main Content Area */} -
+

{title}

{description &&

{description}

}