feat: add aria label to button

This commit is contained in:
Bart van der Braak 2024-01-22 12:37:49 +01:00
parent ae62f93735
commit 899c70a734

View file

@ -32,7 +32,7 @@
{/each}
<div class="absolute bottom-[5%] left-[50%] grid translate-x-[-50%] grid-flow-col gap-2">
{#each images as _, i (_.src)}
<button on:click={() => handleMarkerClick(i)}>
<button on:click={() => handleMarkerClick(i)} aria-label="select image">
<svg height="20" width="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
<circle
cx="8"