mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-27 09:31:21 +00:00
feat: add aria label to button
This commit is contained in:
parent
ae62f93735
commit
899c70a734
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue