Skip to content

Commit 255317a

Browse files
committed
application: Use role="presentation" for the logo
1 parent 699ed15 commit 255317a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/application.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<header local-class="header">
66
<LinkTo @route="index" local-class="index-link">
7-
<img src="/assets/Cargo-Logo-Small.png" alt="Cargo Logo" local-class="logo">
7+
<img src="/assets/Cargo-Logo-Small.png" role="presentation" alt="" local-class="logo">
88
<h1>crates.io</h1>
99
</LinkTo>
1010

0 commit comments

Comments
 (0)