Skip to content

Commit 68086fc

Browse files
committed
Not Found: updated
1 parent 8aa785a commit 68086fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/not-found.tsx

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ const NotFound: React.FC = () => {
1515
return (
1616
<main className="container">
1717
<section className="grid min-h-screen place-content-center">
18-
<div>
19-
<h1 className="mb-3 mt-10 text-center text-3xl font-bold tracking-tight text-zinc-300 md:text-4xl">
18+
<div className="text-center">
19+
<h1 className="mb-3 text-5xl font-bold tracking-tighter text-zinc-800 dark:text-zinc-300">
2020
404
2121
</h1>
22-
<p className="text-center text-zinc-400">
22+
<p className="text-base text-zinc-800 dark:text-zinc-300">
2323
The page you&apos;re looking for cannot be found. Go{" "}
2424
<Link
2525
href="/"
26-
className="font-semibold transition-colors hover:text-zinc-200 focus:text-zinc-200"
26+
className="font-semibold hover:underline focus:underline"
2727
>
2828
Home
2929
</Link>

0 commit comments

Comments
 (0)