diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-05-03 18:07:47 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-05-03 18:07:47 -0400 |
| commit | 683b0ae2013376d6ab847178cadede839709b4c2 (patch) | |
| tree | d8eb8b7b28eb57e92207244cd647fbc894ce8ad9 /static/index.html | |
| parent | c479130069b4d0f2814e5d9857d6e68ff9bb358f (diff) | |
use empty alt text for decorative header logo
Diffstat (limited to 'static/index.html')
| -rw-r--r-- | static/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/index.html b/static/index.html index 2e36174f..ce6f7358 100644 --- a/static/index.html +++ b/static/index.html @@ -32,7 +32,7 @@ <header> <nav id="site-menu"> <ul> - <li aria-current="page"><a href="/"><img src="/mask-icon.svg" alt="GrapheneOS logo"/>GrapheneOS</a></li> + <li aria-current="page"><a href="/"><img src="/mask-icon.svg" alt=""/>GrapheneOS</a></li> <li><a href="/features">Features</a></li> <li><a href="/install/">Install</a></li> <li><a href="/build">Build</a></li> |
