Skip to content

Commit 876e6ab

Browse files
committed
fix(accessibility): fix missing alt for img
Error: An img element must have an alt attribute, except under certain conditions. Source: Nu Html Checker
1 parent 9f42d37 commit 876e6ab

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
@@ -4,7 +4,7 @@
44

55
<div class="col">
66
<a href="/{% if site.lang != 'en' %}{{ site.lang }}{% endif %}">
7-
<img src="/assets/branding/logo-full-horizontal-dynamic.svg" id="mainlogo" />
7+
<img src="/assets/branding/logo-full-horizontal-dynamic.svg" id="mainlogo" alt="{% t generic.accessibility.logo %}">
88
</a>
99
</div>
1010

0 commit comments

Comments
 (0)