Skip to content

Commit 29d7ec8

Browse files
committed
fix: speaker to time-table
1 parent f7e3d7a commit 29d7ec8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/web/app/components/TopPageSection.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ const getAnchorPath = computed(
3535
class="link-button"
3636
background-color="vue-green/200"
3737
color="white"
38-
:href="getAnchorPath('#speakers')"
38+
:href="getAnchorPath('#timetable')"
3939
target="_top"
40-
>{{ $t('speaker.title') }}</VFLinkButton
40+
>{{ $t('time-table.title') }}</VFLinkButton
4141
>
4242
<VFLinkButton
4343
class="link-button"

0 commit comments

Comments
 (0)