From 505454b7d636e927b5b5979f95ff114e8725b6bd Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Tue, 24 Mar 2026 22:22:44 +0100 Subject: [PATCH] fix: remove gradient behind sidebar --- components/dashboard/DashboardShell.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/components/dashboard/DashboardShell.tsx b/components/dashboard/DashboardShell.tsx index df950f0..b22200b 100644 --- a/components/dashboard/DashboardShell.tsx +++ b/components/dashboard/DashboardShell.tsx @@ -31,12 +31,7 @@ export default function DashboardShell({ const openMobile = useCallback(() => setMobileOpen(true), []) return ( -
- {/* Subtle gradient behind the sidebar to give glass something to diffuse */} -