fix: небольшие фиксы фронта

This commit is contained in:
2026-05-18 02:46:49 +03:00
parent 811b6ef51a
commit b984d29c50
7 changed files with 14 additions and 103 deletions
@@ -14,7 +14,6 @@ const navItems: NavItem[] = [
{ 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: 'bell', to: '/notifications', roles: ['student'] },
{ label: 'Профиль', icon: 'user', to: '/profile', roles: ['student'] },
// Teacher
{ label: 'Дашборд', icon: 'chart-bar', to: '/teacher', roles: ['teacher'] },