浏览代码

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

Sine Jespersen 5 月之前
父节点
当前提交
9d8d4393a6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>