Skip to content

Commit edded6e

Browse files
authored
fix: remove redundant alt text in the nav blog link
1 parent e82cd9c commit edded6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<nav class="flex flex-row justify-center justify-end-l items-center flex-wrap ph2 pl3-ns pr4-ns">
33
<div class="brand flex-auto w-100 w-auto-l self-start tc tl-l">
44
<a href="{{ config.base_url | safe }}{{ section.path | safe }}">
5-
<img class="v-mid ml0-l rust-logo" alt="Rust Logo" src="{{ config.base_url | safe }}/images/rust-logo-blk.svg">
5+
<img class="v-mid ml0-l rust-logo" alt="" src="{{ config.base_url | safe }}/images/rust-logo-blk.svg">
66
<span class="dib ml1 ml0-l">{{ section.title }}</span>
77
</a>
88
</div>

0 commit comments

Comments
 (0)