fix: incorrect link

This commit is contained in:
Livio Bieri 2024-03-21 10:19:55 +01:00
parent 6712635437
commit 5c73efdfb2
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ const currentCourseSession = useCurrentCourseSession();
</div> </div>
<router-link <router-link
:to="{ :to="{
name: 'learningMentor', name: 'mentorsAndParticipants',
params: { courseSlug: currentCourseSession.course.slug }, params: { courseSlug: currentCourseSession.course.slug },
}" }"
class="btn-blue px-4 py-2 font-bold" class="btn-blue px-4 py-2 font-bold"