fix: небольшие фиксы фронта
This commit is contained in:
@@ -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'] },
|
||||
|
||||
Reference in New Issue
Block a user