Skip to content

Commit

Permalink
refactor(a11y): add aria-label in heading, remove vo from symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
satnaing committed Nov 27, 2022
1 parent 2ba459b commit 06ee08c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/404.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import LinkButton from "@components/LinkButton.astro";

<main id="main-content">
<div class="not-found-wrapper">
<h1>404</h1>
<span>¯\_(ツ)_/¯</span>
<h1 aria-label="404 Not Found">404</h1>
<span aria-hidden="true">¯\_(ツ)_/¯</span>
<p>Page Not Found</p>
<LinkButton
href="/"
Expand Down

0 comments on commit 06ee08c

Please sign in to comment.