mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
screen readers: label button, and remove decorative svg
This commit is contained in:
parent
3cdefff0d2
commit
f36f943a54
1 changed files with 2 additions and 0 deletions
|
|
@ -162,6 +162,7 @@
|
|||
</h1>
|
||||
<button
|
||||
class="self-center"
|
||||
aria-label={$i18n.t('Close Configure Connection Modal')}
|
||||
on:click={() => {
|
||||
show = false;
|
||||
}}
|
||||
|
|
@ -170,6 +171,7 @@
|
|||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 20 20"
|
||||
fill="currentColor"
|
||||
aria-hidden="true"
|
||||
class="w-5 h-5"
|
||||
>
|
||||
<path
|
||||
|
|
|
|||
Loading…
Reference in a new issue