Changeset 6b8332f for src/components/navbar.tsx
- Timestamp:
- 10/21/25 15:49:14 (11 months ago)
- Branches:
- master
- Children:
- 2d635ae
- Parents:
- 636f86c
- File:
-
- 1 edited
-
src/components/navbar.tsx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/components/navbar.tsx
r636f86c r6b8332f 19 19 20 20 const menuItems = [ 21 { icon: faUser, label: 'Профил', href: '/ profile' },22 { icon: faBookmark, label: 'Семестри', href: '/s emesters' },23 { icon: faBook, label: 'Предмети', href: '/s ubjects' },24 { icon: faPenToSquare, label: 'Пријави', href: '/ applications' },25 { icon: faListCheck, label: 'Положени', href: '/ exams' },26 { icon: faFilePdf, label: 'Документи', href: '/ documents' }21 { icon: faUser, label: 'Профил', href: '/students/profile' }, 22 { icon: faBookmark, label: 'Семестри', href: '/students/semesters' }, 23 { icon: faBook, label: 'Предмети', href: '/students/subjects' }, 24 { icon: faPenToSquare, label: 'Пријави', href: '/students/applications' }, 25 { icon: faListCheck, label: 'Положени', href: '/students/exams' }, 26 { icon: faFilePdf, label: 'Документи', href: '/students/documents' } 27 27 ]; 28 28
Note:
See TracChangeset
for help on using the changeset viewer.
