mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
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
|
<button
|
||||||
|
aria-label={`${$i18n.t('More Options')}`}
|
||||||
class="flex"
|
class="flex"
|
||||||
on:click={(e) => {
|
on:click={(e) => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue