Skip to content

Commit 9e5b1f1

Browse files
committed
update links
- old: ticket, store - new: timetable, access
1 parent 8dabb55 commit 9e5b1f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/web/app/components/TopPageSection.vue

Lines changed: 4 additions & 4 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('#ticket')"
38+
:href="getAnchorPath('#timetable')"
3939
target="_top"
40-
>{{ $t('ticket.title') }}</VFLinkButton
40+
>{{ $t('time-table.title') }}</VFLinkButton
4141
>
4242
<VFLinkButton
4343
class="link-button"
@@ -51,10 +51,10 @@ const getAnchorPath = computed(
5151
class="link-button"
5252
background-color="vue-green/200"
5353
color="white"
54-
:href="getAnchorPath('#store')"
54+
:href="getAnchorPath('#access')"
5555
target="_top"
5656
>
57-
{{ $t('store.title') }}
57+
{{ $t('access.title') }}
5858
</VFLinkButton>
5959
</div>
6060
</div>

0 commit comments

Comments
 (0)