We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 924c6f2 commit abb7b98Copy full SHA for abb7b98
1 file changed
app/pages/vacations.vue
@@ -168,7 +168,7 @@ const stats = {
168
<div
169
class="relative mb-12 px-4 border border-border rounded-lg bg-bg-subtle overflow-hidden select-none"
170
:aria-label="$t('vacations.illustration_alt')"
171
- role="img"
+ role="group"
172
>
173
<div class="flex items-center gap-4 sm:gap-5 py-3 sm:py-4 w-max">
174
<template v-for="n in 4" :key="`set-${n}`">
@@ -193,6 +193,7 @@ const stats = {
193
:key="`${n}-${i}`"
194
class="shrink-0 w-5 h-5 sm:w-6 sm:h-6 opacity-40"
195
:class="icon"
196
+ aria-hidden="true"
197
/>
198
</template>
199
</div>
0 commit comments