Skip to content

Commit

Permalink
chore: Add study programme admin page to the admin side panel
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorklauritzen committed Nov 7, 2024
1 parent 39012de commit 1d21223
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/admin/SlideSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ const navigations = [
{
title: 'Klasser',
href: '/admin/classes'
},
{
title: 'Studeprogrammer',
href: '/admin/study-programmes'
}
],
},
Expand Down
File renamed without changes.

0 comments on commit 1d21223

Please sign in to comment.