Skip to content

Commit

Permalink
Improve 404
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 committed Sep 3, 2024
1 parent 4b7a836 commit 5e5ff1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/not-found.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function NotFound() {
return (
<main className="flex min-h-96 flex-col items-center justify-start">
<section className="container flex flex-col items-center justify-center gap-12 px-4 py-16">
<h2 className="text-center text-2xl font-light">404: Page not found</h2>
<h2 className="text-center text-3xl font-bold">404: Page not found</h2>
<Link href="/">
<Button>Return Home</Button>
</Link>
Expand Down

0 comments on commit 5e5ff1f

Please sign in to comment.