mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
aria hidden on svg, as this is decorative
This commit is contained in:
parent
64b583dc29
commit
6a644cd03a
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
stroke-width={strokeWidth}
|
||||
stroke="currentColor"
|
||||
class={className}
|
||||
aria-hidden="true"
|
||||
>
|
||||
<path stroke-linecap="round" stroke-linejoin="round" d="m19.5 8.25-7.5 7.5-7.5-7.5" />
|
||||
</svg>
|
||||
|
|
|
|||
Loading…
Reference in a new issue