File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ const NotFound: React.FC = () => {
15
15
return (
16
16
< main className = "container" >
17
17
< 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 " >
20
20
404
21
21
</ h1 >
22
- < p className = "text-center text-zinc-400 " >
22
+ < p className = "text-base text-zinc-800 dark:text-zinc-300 " >
23
23
The page you're looking for cannot be found. Go{ " " }
24
24
< Link
25
25
href = "/"
26
- className = "font-semibold transition-colors hover:text-zinc-200 focus:text-zinc-200 "
26
+ className = "font-semibold hover:underline focus:underline "
27
27
>
28
28
Home
29
29
</ Link >
You can’t perform that action at this time.
0 commit comments