From 639575dae01eefce03d220896f8c57289bf8305e Mon Sep 17 00:00:00 2001 From: LandaMm Date: Sat, 31 May 2025 10:14:09 +0200 Subject: [PATCH] feat: background for dashboard layout --- web/src/layout/DashboardLayout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/layout/DashboardLayout.tsx b/web/src/layout/DashboardLayout.tsx index f8e56aa..ddb3781 100644 --- a/web/src/layout/DashboardLayout.tsx +++ b/web/src/layout/DashboardLayout.tsx @@ -8,7 +8,7 @@ const DashboardLayout: FC = () => { return (
-
+
icon @@ -20,7 +20,7 @@ const DashboardLayout: FC = () => {