mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 17:11:21 +00:00
feat: add aria-label to buttons
This commit is contained in:
parent
00bdd6473c
commit
63cf2825c0
1 changed files with 1 additions and 0 deletions
|
@ -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 " />
|
||||
|
|
Loading…
Reference in a new issue