Skip to content

Commit c7c9273

Browse files
committed
update link - access to event
1 parent 2113a5a commit c7c9273

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
@@ -51,10 +51,10 @@ const getAnchorPath = computed(
5151
class="link-button"
5252
background-color="vue-green/200"
5353
color="white"
54-
:href="getAnchorPath('#access')"
54+
:href="getAnchorPath('#event')"
5555
target="_top"
5656
>
57-
{{ $t('access.title') }}
57+
{{ $t('event.title') }}
5858
</VFLinkButton>
5959
</div>
6060
</div>

0 commit comments

Comments
 (0)