remove alt text from logo, as this is decorative and provides no value for assistive tech users

This commit is contained in:
Sine Jespersen 2025-05-06 14:37:35 +02:00
parent c4a3a9c616
commit 9d8d4393a6

View File

@ -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>