diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index e82cfa8..e3b7829 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -14,21 +14,23 @@ import IconSideNav from './components/IconSideNav'; // Import IconSideNav const App = () => { return ( -
+
+ +
- - } /> - } /> - } /> - } /> - } /> - } /> - +
+ + } /> + } /> + } /> + } /> + } /> + } /> + } /> + +
+
-
- {} -
- ); } diff --git a/frontend/src/components/IconSideNav.jsx b/frontend/src/components/IconSideNav.jsx index 672c99a..a6e7f79 100644 --- a/frontend/src/components/IconSideNav.jsx +++ b/frontend/src/components/IconSideNav.jsx @@ -18,7 +18,6 @@ const IconSideNav = () => { return (
-
); }; @@ -27,7 +26,7 @@ const SideNav = () => { const [selected, setSelected] = useState(0); return ( -