Skip to content

Commit

Permalink
add lang path (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
warreprovoost authored May 9, 2024
1 parent 5c5877d commit 2822c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/project/projectView/ProjectView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default function ProjectView() {
<Typography>{projectData.description}</Typography>
<Typography flex="1" />
{courseData && (
<Link href={`/courses/${courseData.course_id}`}>
<Link href={`/${i18next.language}/courses/${courseData.course_id}`}>
<Typography>{courseData.name}</Typography>
</Link>
)}
Expand Down

0 comments on commit 2822c1b

Please sign in to comment.