mirror of
https://github.com/open-webui/open-webui
synced 2025-06-22 18:07:17 +00:00
add aria label to button without label for accessibility
This commit is contained in:
parent
5211602c2f
commit
437b7c5171
@ -61,6 +61,7 @@
|
||||
|
||||
<Tooltip content={$i18n.t(`Add Connection`)}>
|
||||
<button
|
||||
aria-label={$i18n.t(`Add Connection`)}
|
||||
class="px-1"
|
||||
on:click={() => {
|
||||
showConnectionModal = true;
|
||||
|
Loading…
Reference in New Issue
Block a user