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 e4f9709 commit f51e65a
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 @@ -12,7 +12,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 f51e65a

Please sign in to comment.