diff --git a/src/components/features/layout/nav-bar/index.tsx b/src/components/features/layout/nav-bar/index.tsx index 28e23f8..efa0da4 100644 --- a/src/components/features/layout/nav-bar/index.tsx +++ b/src/components/features/layout/nav-bar/index.tsx @@ -14,9 +14,10 @@ const NavBar = () => { }; return ( + {navBarData.map((item) => ( - handleNav(item.path)}> + handleNav(item.path)}> ))}