Skip to content

Commit 3e7e3a2

Browse files
committed
chore: remove title from link
1 parent 72422b6 commit 3e7e3a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/AppFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const showModal = () => modalRef.value?.showModal?.()
2323
<LinkBase :to="{ name: 'privacy' }">
2424
{{ $t('privacy_policy.title') }}
2525
</LinkBase>
26-
<LinkBase :to="{ name: 'accessibility' }" :title="$t('a11y.title')">
26+
<LinkBase :to="{ name: 'accessibility' }">
2727
{{ $t('a11y.footer_title') }}
2828
</LinkBase>
2929
<button

0 commit comments

Comments
 (0)