From 63d3ba4c3d341ad218c6ed874d36a1fbc8e9cdd5 Mon Sep 17 00:00:00 2001 From: joojjang Date: Mon, 30 Sep 2024 20:35:10 +0900 Subject: [PATCH] =?UTF-8?q?!HOTFIX(nav-bar):=20=EB=A0=8C=EB=8D=94=EB=A7=81?= =?UTF-8?q?=EB=90=A0=20html=20=ED=83=9C=EA=B7=B8=20=EB=B3=80=EA=B2=BD,=20?= =?UTF-8?q?=ED=81=B4=EB=A6=AD=20=ED=95=B8=EB=93=A4=EB=9F=AC=20=EC=97=B0?= =?UTF-8?q?=EA=B2=B0=EC=A0=90=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/features/layout/nav-bar/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)}> ))}