mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-08 22:21:38 +00:00
add aria label to button without label for accessibility
This commit is contained in:
parent
5211602c2f
commit
437b7c5171
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue