mirror of
https://github.com/open-webui/open-webui
synced 2025-06-23 02:16:52 +00:00
decorative svgs hidden from screen reader
This commit is contained in:
parent
226a7578c6
commit
d837e6e579
@ -224,6 +224,7 @@
|
||||
viewBox="0 0 20 20"
|
||||
fill="currentColor"
|
||||
class="w-4 h-4"
|
||||
aria-hidden="true"
|
||||
>
|
||||
<path
|
||||
fill-rule="evenodd"
|
||||
@ -374,6 +375,7 @@
|
||||
{#if loading}
|
||||
<div class="ml-2 self-center">
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
class=" w-4 h-4"
|
||||
viewBox="0 0 24 24"
|
||||
fill="currentColor"
|
||||
|
Loading…
Reference in New Issue
Block a user