diff --git a/src/components/layout/Layout.tsx b/src/components/layout/Layout.tsx index 2e554e1..b77ece5 100644 --- a/src/components/layout/Layout.tsx +++ b/src/components/layout/Layout.tsx @@ -38,7 +38,7 @@ const Layout: React.FC = ({ children }) => { {isMobile ? ( - @@ -48,11 +48,13 @@ const Layout: React.FC = ({ children }) => { ) : ( - {}} /> +
+ {}} /> +
)}
-
+
{children}
diff --git a/src/components/layout/Sidebar.tsx b/src/components/layout/Sidebar.tsx index e12e781..aaa4098 100644 --- a/src/components/layout/Sidebar.tsx +++ b/src/components/layout/Sidebar.tsx @@ -34,9 +34,8 @@ export default function Sidebar({ isOpen, onClose }: SidebarProps) { return (