File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import { serverSideTranslations } from "next-i18next/serverSideTranslations"
4
4
import { BasePageProps , Lang } from "@/lib/types"
5
5
6
6
import InlineLink from "@/components/Link"
7
+ import MainArticle from "@/components/MainArticle"
7
8
import Translation from "@/components/Translation"
8
9
9
10
import { existsNamespace } from "@/lib/utils/existsNamespace"
@@ -34,7 +35,7 @@ export const getStaticProps = (async ({ locale }) => {
34
35
35
36
const NotFoundPage = ( ) => (
36
37
< div className = "mx-auto mb-0 mt-16 flex w-full flex-col items-center" >
37
- < div className = "w-full px-8 py-4" >
38
+ < MainArticle className = "w-full px-8 py-4" >
38
39
< h1 className = "my-8 text-4xl font-bold" >
39
40
< Translation id = "we-couldnt-find-that-page" />
40
41
</ h1 >
@@ -45,7 +46,7 @@ const NotFoundPage = () => (
45
46
</ InlineLink >
46
47
.
47
48
</ p >
48
- </ div >
49
+ </ MainArticle >
49
50
</ div >
50
51
)
51
52
You can’t perform that action at this time.
0 commit comments