Add empty alt to logo
This commit is contained in:
parent
95657948dc
commit
329c96e2c7
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue