Skip to content

Commit 6b48f40

Browse files
committed
404 updated
1 parent 02c16d2 commit 6b48f40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/not-found.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ export const metadata = getMetadata({
1212

1313
const NotFound: React.FC = () => {
1414
return (
15-
<main className="container">
15+
<main>
1616
<section className="grid min-h-dvh place-content-center">
1717
<div className="text-center">
18-
<h1 className="mb-3 text-5xl font-bold tracking-tighter text-zinc-800 dark:text-zinc-300">
18+
<h1 className="mb-5 text-5xl font-bold tracking-tighter text-zinc-800 dark:text-zinc-300">
1919
404
2020
</h1>
2121
<p className="text-base text-zinc-800 dark:text-zinc-300">

0 commit comments

Comments
 (0)