You've already forked uutils.github.io
mirror of
https://github.com/uutils/uutils.github.io.git
synced 2026-06-10 16:12:28 -07:00
Add alt attribute to logo image for accessibility
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ template = "index.html"
|
||||
<div class="hero">
|
||||
<picture>
|
||||
<source srcset="logo-dark.svg" media="(prefers-color-scheme: dark)">
|
||||
<img src="logo.svg">
|
||||
<img src="logo.svg" alt="uutils logo">
|
||||
</picture>
|
||||
<div>uutils</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user