add aria-label to labelless button to enhance accessibility

This commit is contained in:
Sine Jespersen 2025-08-06 12:28:42 +02:00
parent 502a36869e
commit ba1e32f60d

View file

@ -255,6 +255,7 @@
}}
>
<button
aria-label={`${$i18n.t('More Options')}`}
class="flex"
on:click={(e) => {
e.preventDefault();