From 2f5234846e1be48181085e3e6f6992052f9323f3 Mon Sep 17 00:00:00 2001 From: huise0ng Date: Sun, 20 Jul 2025 16:47:33 +0900 Subject: [PATCH] =?UTF-8?q?chore=20::=20=EB=84=A4=EB=B9=84=EA=B2=8C?= =?UTF-8?q?=EC=9D=B4=EC=85=98=20=EB=B0=94=20=EA=B8=B8=EC=9D=B4=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/NavigationBar.tsx | 2 +- app/components/ParentNavigationBar.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/NavigationBar.tsx b/app/components/NavigationBar.tsx index eaf03e9..caa5907 100644 --- a/app/components/NavigationBar.tsx +++ b/app/components/NavigationBar.tsx @@ -53,7 +53,7 @@ export default function NavigationBar({ activeTab = "홈", onTabChange, showToas }; return ( -
+
{tabs.map((tab) => (