refactor: перенёс достижения в профиль

This commit is contained in:
2026-05-18 03:41:49 +03:00
parent 19ea303782
commit 2e4ccad894
4 changed files with 40 additions and 79 deletions
@@ -13,7 +13,6 @@ const navItems: NavItem[] = [
{ label: 'Главная', icon: 'home', to: '/', roles: ['student'] },
{ label: 'Каталог', icon: 'books', to: '/catalog', roles: ['student'] },
{ label: 'Мои записи', icon: 'clipboard-list', to: '/my-lectures', roles: ['student'] },
{ label: 'Достижения', icon: 'trophy', to: '/achievements', roles: ['student'] },
{ label: 'Профиль', icon: 'user', to: '/profile', roles: ['student'] },
// Teacher
{ label: 'Дашборд', icon: 'chart-bar', to: '/teacher', roles: ['teacher'] },