Skip to content

Commit

Permalink
course path (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
warreprovoost authored May 4, 2024
1 parent c110c10 commit 3f1cef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/project/projectOverview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function ProjectOverView() {
return (
<Grid container spacing={2} key={index}>
<Grid item xs={12}>
<Link href={`/${i18n.language}/course/${courseProjects[0].course.course_id}`} style={{color: 'inherit'}}
<Link href={`/${i18n.language}/courses/${courseProjects[0].course.course_id}`} style={{color: 'inherit'}}
underline={'none'}>
<Typography variant="h6">{courseProjects[0].course.name} {courseProjects[0].course.ufora_id}</Typography>
</Link>
Expand Down

0 comments on commit 3f1cef2

Please sign in to comment.