Skip to content

Commit 8b78a99

Browse files
authored
Mark decorative 404 home icon as aria-hidden
1 parent ba0bc95 commit 8b78a99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1>Oops! Page not found</h1>
1313
</div>
1414
<div class="error-actions" style="text-align: center;">
1515
<p><img src="https://octodex.github.com/images/scubatocat.png" alt="Octocat" width="300" height="300"></p>
16-
<a href="/" class="btn btn-primary btn-lg"><span class="fa fa-home" role="img" aria-label="Home" title="Home"></span>
16+
<a href="/" class="btn btn-primary btn-lg"><span class="fa fa-home" aria-hidden="true" title="Home"></span>
1717
Take Me Home </a>
1818
</div>
1919
</div>

0 commit comments

Comments
 (0)