Skip to content
Snippets Groups Projects
Commit f47acf3e authored by Dorian Koch's avatar Dorian Koch
Browse files

Fix links in upcoming lectures, Closes #44

parent 20cfaa69
No related branches found
No related tags found
No related merge requests found
Pipeline #6218 passed
...@@ -184,11 +184,9 @@ function UpcomingUploads({ homepageData }: { homepageData: ResourceType<GetHomep ...@@ -184,11 +184,9 @@ function UpcomingUploads({ homepageData }: { homepageData: ResourceType<GetHomep
minute: "2-digit", minute: "2-digit",
}) })
}{" "} }{" "}
<a href={`/modern/${course_data.id_string}`}> <a href={`/${course_data.id_string}`}>{course_data.full_name}</a>
{course_data.full_name}
</a>
{": "} {": "}
<a href={`/modern/${course_data.id_string}#lecture-${lecture.id}`}> <a href={`/${course_data.id_string}#lecture-${lecture.id}`}>
{lecture.title} {lecture.title}
</a> </a>
{` (${lecture.location}) `} {` (${lecture.location}) `}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment