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 8dabb55 commit 9e5b1f1Copy full SHA for 9e5b1f1
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('#ticket')"
+ :href="getAnchorPath('#timetable')"
39
target="_top"
40
- >{{ $t('ticket.title') }}</VFLinkButton
+ >{{ $t('time-table.title') }}</VFLinkButton
41
>
42
<VFLinkButton
43
@@ -51,10 +51,10 @@ const getAnchorPath = computed(
51
52
53
54
- :href="getAnchorPath('#store')"
+ :href="getAnchorPath('#access')"
55
56
57
- {{ $t('store.title') }}
+ {{ $t('access.title') }}
58
</VFLinkButton>
59
</div>
60
0 commit comments