Skip to content

Commit 93fb4fa

Browse files
committed
fix: url
1 parent cf70611 commit 93fb4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/TimetablePageSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ import ExplainText from '~/components/ExplainText.vue'
198198
{{ e.title }}
199199
</p>
200200
<nuxt-link
201-
to="/sessions/oreo"
201+
:to="e.link"
202202
class="hover:opacity-60 transition-opacity"
203203
>
204204
<p class="mb-1 font-bold underline">{{ e.sessionTitle }}</p>

0 commit comments

Comments
 (0)