Skip to content

Commit 0a7b488

Browse files
author
Tony
committed
chore(404): change text content
1 parent ac4016f commit 0a7b488

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

src/pages/NotFoundPage.jsx

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,17 @@ const NotFoundPage = () => {
3232
found!
3333
</h1>
3434
<p className="text-lg max-lg:text-sm font-light font-modern leading-6 tracking-tight">
35-
<a
36-
href="https://github.com/tonybnya"
37-
target="_blank"
38-
className="text-yellow-500 font-bold animate-pulse"
39-
>
40-
Tony
41-
</a>{" "}
42-
is just in a click away. Let&apos;s go back and
43-
<br />
44-
continue with serious stuff.
35+
{/* <a */}
36+
{/* href="https://github.com/tonybnya" */}
37+
{/* target="_blank" */}
38+
{/* className="text-yellow-500 font-bold animate-pulse" */}
39+
{/* > */}
40+
{/* Tony */}
41+
{/* </a>{" "} */}
42+
{/* is just in a click away. Let&apos;s go back and */}
43+
{/* <br /> */}
44+
{/* continue with serious stuff. */}
45+
Return to serious stuff.
4546
</p>
4647

4748
<a
@@ -50,7 +51,8 @@ const NotFoundPage = () => {
5051
rel="noopener noreferrer"
5152
aria-label="Go to home page"
5253
>
53-
Go to Home
54+
Home
55+
{/* Go to Home */}
5456
</a>
5557
</div>
5658

0 commit comments

Comments
 (0)