Change "거래" to "지출"

Update navigation label from "거래" to "지출".
This commit is contained in:
gpt-engineer-app[bot]
2025-03-15 02:05:35 +00:00
parent baa8ee5f84
commit f79c66fb10

View File

@@ -10,7 +10,7 @@ const NavBar = () => {
const navItems = [ const navItems = [
{ icon: Home, label: '홈', path: '/' }, { icon: Home, label: '홈', path: '/' },
{ icon: Calendar, label: '거래', path: '/transactions' }, { icon: Calendar, label: '지출', path: '/transactions' },
{ icon: BarChart2, label: '분석', path: '/analytics' }, { icon: BarChart2, label: '분석', path: '/analytics' },
{ icon: Settings, label: '설정', path: '/settings' }, { icon: Settings, label: '설정', path: '/settings' },
]; ];