We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b48f40 commit b8b57a5Copy full SHA for b8b57a5
app/not-found.tsx
@@ -18,7 +18,7 @@ const NotFound: React.FC = () => {
18
<h1 className="mb-5 text-5xl font-bold tracking-tighter text-zinc-800 dark:text-zinc-300">
19
404
20
</h1>
21
- <p className="text-base text-zinc-800 dark:text-zinc-300">
+ <p className="text-base text-zinc-800 dark:text-zinc-300 tracking-tight">
22
The page you're looking for cannot be found. Go{" "}
23
<Link
24
href="/"
0 commit comments