correct assessible name for link - issue #1780
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
<div class="container mx-auto flex flex-wrap items-center gap-2 sm:gap-4">
|
||||
<router-link
|
||||
:to="{ name: RouteName.HOME }"
|
||||
:aria-label="t('Back to homepage')"
|
||||
class="flex items-center"
|
||||
:class="{ 'flex-1': !currentActor?.id }"
|
||||
>
|
||||
|
||||
@@ -54,8 +54,9 @@
|
||||
<template #mobilizon>
|
||||
<a
|
||||
rel="external"
|
||||
aria-label="mobilizon.org"
|
||||
class="text-white underline decoration-yellow-1"
|
||||
href="https://joinmobilizon.org"
|
||||
href="https://mobilizon.org"
|
||||
>{{ t("Mobilizon") }}</a
|
||||
>
|
||||
</template>
|
||||
@@ -63,12 +64,7 @@
|
||||
><span>{{ new Date().getFullYear() }}</span></template
|
||||
>
|
||||
<template #contributors>
|
||||
<a
|
||||
rel="external"
|
||||
class="text-white underline decoration-yellow-1"
|
||||
href="https://joinmobilizon.org/hall-of-fame"
|
||||
>{{ t("more than 1360 contributors") }}</a
|
||||
>
|
||||
<span>{{ t("more than 1360 contributors") }}</span>
|
||||
</template>
|
||||
</i18n-t>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user