Skip to content
Snippets Groups Projects
Commit 90f08abf authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

fix: add missing alt attributes for logos and icons

parent 3c5042e5
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<b-container class="tw-self-center">
<div v-if="authStore.currentUser && authStore.steeringUser">
<div class="tw-text-center tw-mb-8 sm:tw-mb-16 md:tw-mb-32">
<img src="/assets/logo.svg" class="tw-w-2/3 lg:tw-w-1/3" />
<img src="/assets/logo.svg" alt="AURA Logo" class="tw-w-2/3 lg:tw-w-1/3" />
</div>
<div
......@@ -13,14 +13,14 @@
}"
>
<router-link v-for="mod in modules" :key="mod.slug" :to="mod.slug">
<img :src="mod.icon" class="tw-w-32 tw-mb-4" />
<img :src="mod.icon" alt="" class="tw-w-32 tw-mb-4" />
<p>{{ mod.title }}</p>
</router-link>
</div>
</div>
<div v-else class="tw-mx-auto tw-max-w-md tw-space-y-6">
<div class="tw-mb-12">
<img src="/assets/logo.svg" class="tw-w-2/3" />
<img src="/assets/logo.svg" alt="AURA Logo" class="tw-w-2/3" />
</div>
<h1>{{ t('home.welcome') }}</h1>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment