mirror of
https://github.com/open-webui/open-webui
synced 2025-06-23 02:16:52 +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`)}>
|
<Tooltip content={$i18n.t(`Add Connection`)}>
|
||||||
<button
|
<button
|
||||||
|
aria-label={$i18n.t(`Add Connection`)}
|
||||||
class="px-1"
|
class="px-1"
|
||||||
on:click={() => {
|
on:click={() => {
|
||||||
showConnectionModal = true;
|
showConnectionModal = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user