Skip to content

Commit

Permalink
updated the url for studies
Browse files Browse the repository at this point in the history
  • Loading branch information
axelbjo committed May 24, 2024
1 parent 6ae654b commit 7140e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/utils/breadcrumbUtil.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const createBaseItems = language => {
label: breadCrumbs.student,
},
studies: {
url: `${language === 'en' ? '/en' : ''}/studier`,
url: `${language === 'en' ? '/en' : ''}/student/studier`,
label: breadCrumbs.studies,
},
directory: {
Expand Down

0 comments on commit 7140e94

Please sign in to comment.