fix(mobile): replace 학습 tab with 문제집 in BottomNav
This commit is contained in:
@@ -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 },
|
||||||
|
|||||||
Reference in New Issue
Block a user