From f79c66fb102ca0fd40194e06f522723f9177f9dc Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 15 Mar 2025 02:05:35 +0000 Subject: [PATCH] =?UTF-8?q?Change=20"=EA=B1=B0=EB=9E=98"=20to=20"=EC=A7=80?= =?UTF-8?q?=EC=B6=9C"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update navigation label from "거래" to "지출". --- src/components/NavBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NavBar.tsx b/src/components/NavBar.tsx index 8630565..88f5d40 100644 --- a/src/components/NavBar.tsx +++ b/src/components/NavBar.tsx @@ -10,7 +10,7 @@ const NavBar = () => { const navItems = [ { icon: Home, label: '홈', path: '/' }, - { icon: Calendar, label: '거래', path: '/transactions' }, + { icon: Calendar, label: '지출', path: '/transactions' }, { icon: BarChart2, label: '분석', path: '/analytics' }, { icon: Settings, label: '설정', path: '/settings' }, ];