mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 20:07:49 +01:00
hide image from screen readers
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
|
||||
<img
|
||||
crossorigin="anonymous"
|
||||
aria-hidden="true"
|
||||
src={src === ''
|
||||
? `${WEBUI_BASE_URL}/static/favicon.png`
|
||||
: src.startsWith(WEBUI_BASE_URL) ||
|
||||
|
||||
Reference in New Issue
Block a user