correct assessible name for link - issue #1780

This commit is contained in:
Laurent GAY
2025-06-26 11:16:47 +02:00
parent 469f43f417
commit ef1adecc12
6 changed files with 116 additions and 8 deletions

View File

@@ -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 }"
>

View File

@@ -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>