Browse Source

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

Sine Jespersen 5 months ago
parent
commit
9d8d4393a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/routes/auth/+page.svelte

+ 1 - 1
src/routes/auth/+page.svelte

@@ -188,7 +188,7 @@
 						crossorigin="anonymous"
 						src="{WEBUI_BASE_URL}/static/splash.png"
 						class=" w-6 rounded-full"
-						alt="logo"
+						alt=""
 					/>
 				</div>
 			</div>