fixes typo on aria-labelledby

This commit is contained in:
MinamiFunakoshiTR 2025-03-13 12:31:47 -07:00
parent 3ddd21bced
commit 29c18fc64f
Failed to extract signature

View file

@ -197,7 +197,7 @@
ontouchstart={start}
onmousedown={start}
bind:this={figure}
aria-labelledby={(caption && `${id}-caption-description`) || undefined}
aria-labelledby={(caption && `${id}-caption`) || undefined}
>
<img
bind:this={img}