mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
refactor(a11y): add aria-label in heading, remove vo from symbol
This commit is contained in:
+2
-2
@@ -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="/"
|
||||
|
||||
Reference in New Issue
Block a user