fix(mobile): replace 학습 tab with 문제집 in BottomNav

This commit is contained in:
reloop
2026-04-12 15:03:43 +09:00
parent c8534d253c
commit 1805af509c

View File

@@ -12,7 +12,7 @@ import { theme } from '@/styles/theme';
const TABS = [ const TABS = [
{ href: '/dashboard', label: '대시보드', icon: 'squares-four' as const }, { href: '/dashboard', label: '대시보드', icon: 'squares-four' as const },
{ href: '/review', label: '복습', icon: 'arrows-clockwise' as const }, { href: '/review', label: '복습', icon: 'arrows-clockwise' as const },
{ href: '/study', label: '학습', icon: 'pencil-simple' as const }, { href: '/exams', label: '문제집', icon: 'books' as const },
{ href: '/subjects', label: '과목', icon: 'folders' as const }, { href: '/subjects', label: '과목', icon: 'folders' as const },
{ href: '/stats', label: '통계', icon: 'trend-up' as const }, { href: '/stats', label: '통계', icon: 'trend-up' as const },
{ href: '/profile', label: '프로필', icon: 'user' as const }, { href: '/profile', label: '프로필', icon: 'user' as const },