Skip to content

Commit

Permalink
update link - access to event
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyuujin committed Oct 5, 2024
1 parent 2113a5a commit c7c9273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/app/components/TopPageSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
</VFLinkButton>
</div>
</div>
Expand Down

0 comments on commit c7c9273

Please sign in to comment.