Skip to content

Commit abb7b98

Browse files
committed
chore: apply coderabbitai suggestion
1 parent 924c6f2 commit abb7b98

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/pages/vacations.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ const stats = {
168168
<div
169169
class="relative mb-12 px-4 border border-border rounded-lg bg-bg-subtle overflow-hidden select-none"
170170
:aria-label="$t('vacations.illustration_alt')"
171-
role="img"
171+
role="group"
172172
>
173173
<div class="flex items-center gap-4 sm:gap-5 py-3 sm:py-4 w-max">
174174
<template v-for="n in 4" :key="`set-${n}`">
@@ -193,6 +193,7 @@ const stats = {
193193
:key="`${n}-${i}`"
194194
class="shrink-0 w-5 h-5 sm:w-6 sm:h-6 opacity-40"
195195
:class="icon"
196+
aria-hidden="true"
196197
/>
197198
</template>
198199
</div>

0 commit comments

Comments
 (0)