Skip to content

Commit 9f42d37

Browse files
Rotzbuakeunes
authored andcommitted
fix(html): bad value for height
Error: Bad value auto for attribute height on element img: Expected a digit but saw a instead. Source: Nu Html Checker
1 parent 17ce39d commit 9f42d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<div id="navbar-mobile" class="overlay">
6262
<button class="closebtn" onclick="closeNav()">&times;</button>
6363
<div class="overlay-header">
64-
<img src="/assets/branding/logo-icon.svg" width="80" height="auto"
64+
<img src="/assets/branding/logo-icon.svg" width="80"
6565
alt="{% t generic.accessibility.logo %}" />
6666
</div>
6767
<div class="overlay-content">

0 commit comments

Comments
 (0)