mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
hide image from screen readers
This commit is contained in:
parent
02479425a5
commit
1e9abe6d8c
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
<img
|
<img
|
||||||
crossorigin="anonymous"
|
crossorigin="anonymous"
|
||||||
|
aria-hidden="true"
|
||||||
src={src === ''
|
src={src === ''
|
||||||
? `${WEBUI_BASE_URL}/static/favicon.png`
|
? `${WEBUI_BASE_URL}/static/favicon.png`
|
||||||
: src.startsWith(WEBUI_BASE_URL) ||
|
: src.startsWith(WEBUI_BASE_URL) ||
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue