mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
remove alt text from logo, as this is decorative and provides no value for assistive tech users
This commit is contained in:
parent
c4a3a9c616
commit
9d8d4393a6
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@
|
||||||
crossorigin="anonymous"
|
crossorigin="anonymous"
|
||||||
src="{WEBUI_BASE_URL}/static/splash.png"
|
src="{WEBUI_BASE_URL}/static/splash.png"
|
||||||
class=" w-6 rounded-full"
|
class=" w-6 rounded-full"
|
||||||
alt="logo"
|
alt=""
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue