From c7c9273aab5e05eaafb8f8a17510a8a828b9763a Mon Sep 17 00:00:00 2001 From: jiyuujin Date: Sat, 5 Oct 2024 23:35:53 +0900 Subject: [PATCH] update link - access to event --- apps/web/app/components/TopPageSection.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/app/components/TopPageSection.vue b/apps/web/app/components/TopPageSection.vue index 9f54705b..5941bfcd 100644 --- a/apps/web/app/components/TopPageSection.vue +++ b/apps/web/app/components/TopPageSection.vue @@ -51,10 +51,10 @@ const getAnchorPath = computed( class="link-button" background-color="vue-green/200" color="white" - :href="getAnchorPath('#access')" + :href="getAnchorPath('#event')" target="_top" > - {{ $t('access.title') }} + {{ $t('event.title') }}