diff --git a/components/dashboard/DashboardShell.tsx b/components/dashboard/DashboardShell.tsx index 23bd12a..122a73f 100644 --- a/components/dashboard/DashboardShell.tsx +++ b/components/dashboard/DashboardShell.tsx @@ -11,9 +11,11 @@ const Sidebar = dynamic(() => import('./Sidebar'), { // so page content never occupies the sidebar zone loading: () => (
+ > + + ), }) diff --git a/components/dashboard/Sidebar.tsx b/components/dashboard/Sidebar.tsx index ec938ff..4fcbe2e 100644 --- a/components/dashboard/Sidebar.tsx +++ b/components/dashboard/Sidebar.tsx @@ -548,8 +548,8 @@ export default function Sidebar({ {(mobileOpen || mobileClosing) && ( <>