We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e3d7a commit 29d7ec8Copy full SHA for 29d7ec8
apps/web/app/components/TopPageSection.vue
@@ -35,9 +35,9 @@ const getAnchorPath = computed(
35
class="link-button"
36
background-color="vue-green/200"
37
color="white"
38
- :href="getAnchorPath('#speakers')"
+ :href="getAnchorPath('#timetable')"
39
target="_top"
40
- >{{ $t('speaker.title') }}</VFLinkButton
+ >{{ $t('time-table.title') }}</VFLinkButton
41
>
42
<VFLinkButton
43
0 commit comments