add aria-label to labelless button to enhance accessibility
This commit is contained in:
parent
502a36869e
commit
ba1e32f60d
1 changed files with 1 additions and 0 deletions
|
|
@ -255,6 +255,7 @@
|
|||
}}
|
||||
>
|
||||
<button
|
||||
aria-label={`${$i18n.t('More Options')}`}
|
||||
class="flex"
|
||||
on:click={(e) => {
|
||||
e.preventDefault();
|
||||
|
|
|
|||
Loading…
Reference in a new issue