mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 19:41:02 +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">
|
<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="/"
|
||||||
|
|||||||
Reference in New Issue
Block a user