File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -121,12 +121,9 @@ if (import.meta.client) {
121121<template >
122122 <div class =" min-h-screen flex flex-col bg-bg text-fg" >
123123 <NuxtPwaAssets />
124- <LinkBase
125- :to =" { hash: '#main-content', query: route.query, params: route.params }"
126- variant =" button-primary"
127- class =" skip-link"
128- >{{ $t('common.skip_link') }}</LinkBase
129- >
124+ <LinkBase to =" #main-content" external variant =" button-primary" class =" skip-link" >{{
125+ $t('common.skip_link')
126+ }}</LinkBase >
130127
131128 <AppHeader :show-logo =" !isHomepage" />
132129
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ const isButtonMedium = computed(() => props.size === 'medium' && !isLink.value)
7373 ><slot
7474 /></span >
7575 <NuxtLink
76+ v-bind =" props"
7677 v-else
7778 class =" group/link gap-x-1 items-center"
7879 :class =" {
You can’t perform that action at this time.
0 commit comments