feat: add aria-label to buttons

This commit is contained in:
Bart van der Braak 2024-01-23 12:21:50 +01:00
parent 00bdd6473c
commit 63cf2825c0

View file

@ -38,6 +38,7 @@
variant="outline"
class={index === i ? 'opacity-80' : 'opacity-30'}
size="icon"
aria-label={`Toggle image ${i + 1}`}
on:click={() => handleMarkerClick(i)}
>
<Eye class="transition-fill ease-outmuted h-4 w-4 " />