1
Fork 0

Add empty alt to logo

This commit is contained in:
Edgar P. Burkhart 2022-05-08 10:14:24 +02:00
parent 95657948dc
commit 329c96e2c7
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<body>
<nav>
<a href="/">
<img class="logo" width="32" height="32" src="static/svg/logo.svg" />
<img class="logo" width="32" height="32" src="static/svg/logo.svg" alt="" />
</a>
</nav>