File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/app/[locale]/[...notFound] Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 43
43
},
44
44
"NotFound" : {
45
45
"404" : " 404" ,
46
- "dosent_exist_text " : " Oops! The page you're looking for doesn't exist." ,
46
+ "dosen't_exist_text " : " Oops! The page you're looking for doesn't exist." ,
47
47
"go_to_home" : " Go back to Home"
48
48
}
49
49
}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const NotFound = () => {
8
8
return (
9
9
< div className = "flex min-h-screen flex-col items-center justify-center bg-gray-100 text-gray-800" >
10
10
< h1 className = "mb-4 text-6xl font-bold" > { t ( '404' ) } </ h1 >
11
- < p className = "mb-4 text-xl" > { t ( 'dosent_exist_text' ) } </ p >
11
+ < p className = "mb-4 text-xl" > { t ( `dosen't_exist_text` ) } </ p >
12
12
< Link
13
13
href = "/"
14
14
className = "mt-4 rounded-lg bg-blue-700 px-6 py-3 text-white transition duration-300 hover:bg-blue-800"
You can’t perform that action at this time.
0 commit comments