mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 03:47:49 +01:00
hide image from screen readers
This commit is contained in:
@@ -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) ||
|
||||||
|
|||||||
Reference in New Issue
Block a user