diff --git a/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/sidebar-layout.tsx b/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/sidebar-layout.tsx index 3a0f80d4d..7573859e1 100644 --- a/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/sidebar-layout.tsx +++ b/apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/sidebar-layout.tsx @@ -15,6 +15,7 @@ import { Button, Sheet, SheetContent, + SheetTitle, SheetTrigger, Typography, buttonVariants @@ -384,10 +385,15 @@ export default function SidebarLayout(props: { projectId: string, children?: Rea
setSidebarOpen(open)} open={sidebarOpen}> + + Sidebar Menu + - + setSidebarOpen(false)} />