refactor(a11y): add aria-label in heading, remove vo from symbol

This commit is contained in:
satnaing
2022-11-27 23:20:06 +06:30
parent 2ba459b413
commit 06ee08cc94
+2 -2
View File
@@ -11,8 +11,8 @@ import LinkButton from "@components/LinkButton.astro";
<main id="main-content"> <main id="main-content">
<div class="not-found-wrapper"> <div class="not-found-wrapper">
<h1>404</h1> <h1 aria-label="404 Not Found">404</h1>
<span>¯\_(ツ)_/¯</span> <span aria-hidden="true">¯\_(ツ)_/¯</span>
<p>Page Not Found</p> <p>Page Not Found</p>
<LinkButton <LinkButton
href="/" href="/"