mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
decorative svgs hidden from screen reader
This commit is contained in:
parent
226a7578c6
commit
d837e6e579
1 changed files with 2 additions and 0 deletions
|
|
@ -224,6 +224,7 @@
|
||||||
viewBox="0 0 20 20"
|
viewBox="0 0 20 20"
|
||||||
fill="currentColor"
|
fill="currentColor"
|
||||||
class="w-4 h-4"
|
class="w-4 h-4"
|
||||||
|
aria-hidden="true"
|
||||||
>
|
>
|
||||||
<path
|
<path
|
||||||
fill-rule="evenodd"
|
fill-rule="evenodd"
|
||||||
|
|
@ -374,6 +375,7 @@
|
||||||
{#if loading}
|
{#if loading}
|
||||||
<div class="ml-2 self-center">
|
<div class="ml-2 self-center">
|
||||||
<svg
|
<svg
|
||||||
|
aria-hidden="true"
|
||||||
class=" w-4 h-4"
|
class=" w-4 h-4"
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
fill="currentColor"
|
fill="currentColor"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue