add aria-label to labelless button to enhance accessibility
This commit is contained in:
@@ -255,6 +255,7 @@
|
||||
}}
|
||||
>
|
||||
<button
|
||||
aria-label={`${$i18n.t('More Options')}`}
|
||||
class="flex"
|
||||
on:click={(e) => {
|
||||
e.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user