diff --git a/web/src/components/Home/TopBar/index.tsx b/web/src/components/Home/TopBar/index.tsx index 098e589..97017a1 100644 --- a/web/src/components/Home/TopBar/index.tsx +++ b/web/src/components/Home/TopBar/index.tsx @@ -6,7 +6,7 @@ const TopBar: FC = () => { const [barItems, isActive] = useBarItems(); return ( -
+
{barItems.map((item) => (
{ return (
- -
-
+ +
+
icon
@@ -20,12 +20,12 @@ const DashboardLayout: FC = () => {
-
+