diff --git a/src/components/Navbar/Navbar.tsx b/src/components/Navbar/Navbar.tsx index a0d5aac..d4bd152 100644 --- a/src/components/Navbar/Navbar.tsx +++ b/src/components/Navbar/Navbar.tsx @@ -4,10 +4,12 @@ import { IconBarcode, IconBox, IconBuildingWarehouse, - IconCash, IconChartDots, + IconCash, + IconChartDots, IconDashboard, IconFileBarcode, - IconHome2, IconHomeEdit, + IconHome2, + IconHomeEdit, IconLogout, IconMan, IconMoon, @@ -131,7 +133,7 @@ export function Navbar() { data = data.concat(adminMockdata); } return data; - } + }; const links = getLinksData().map((link, index) => (
- + + + {links} - + +