Ignore:
Timestamp:
10/21/25 15:49:14 (11 months ago)
Author:
stefansaveski <stefansaveski19@…>
Branches:
master
Children:
2d635ae
Parents:
636f86c
Message:

feat: Add student exams, profile, semesters, and subjects pages with respective components and data integration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/components/navbar.tsx

    r636f86c r6b8332f  
    1919
    2020  const menuItems = [
    21     { icon: faUser, label: 'Профил', href: '/profile' },
    22     { icon: faBookmark, label: 'Семестри', href: '/semesters' },
    23     { icon: faBook, label: 'Предмети', href: '/subjects' },
    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' }
    2727  ];
    2828
Note: See TracChangeset for help on using the changeset viewer.