Open and close menu on small devices
This commit is contained in:
@@ -13,7 +13,7 @@ const Layout: React.FC<LayoutProps> = ({ children }) => {
|
||||
|
||||
return (
|
||||
<div className="dashboard">
|
||||
<Sidebar />
|
||||
<Sidebar open={sidebarOpen} close={() => setSidebarOpen(false)} />
|
||||
|
||||
{/* Mobile Sidebar Overlay */}
|
||||
{sidebarOpen && (
|
||||
|
||||
Reference in New Issue
Block a user