From 227334689fb9ea39c38735155b5ae966887b57ad Mon Sep 17 00:00:00 2001 From: do-huni Date: Sun, 9 Feb 2025 15:39:39 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20mobile=20navbar=20=EA=B0=84=EA=B2=A9=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Header/NavBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Header/NavBar.tsx b/src/components/Header/NavBar.tsx index c70e429..59f032c 100644 --- a/src/components/Header/NavBar.tsx +++ b/src/components/Header/NavBar.tsx @@ -89,7 +89,7 @@ function NavBar({ {/* 아이콘 메뉴 – 드롭다운들을 IconDropdown 컴포넌트로 분리 */} -
+
}