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>
|
<body>
|
||||||
<nav>
|
<nav>
|
||||||
<a href="/">
|
<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>
|
</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue