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 5f9a142 commit b3f3af0Copy full SHA for b3f3af0
1 file changed
src/components/Layout/NotFoundContent.tsx
@@ -10,6 +10,7 @@
10
import PageHeading from 'components/PageHeading';
11
import Intro from 'components/MDX/Intro';
12
import Link from 'components/MDX/Link';
13
+import {Footer} from './Footer';
14
import {getRouteMeta} from './getRouteMeta';
15
import type {RouteItem} from './getRouteMeta';
16
@@ -44,6 +45,14 @@ export function NotFoundContent({
44
45
</div>
46
47
</article>
48
+ <div className="self-stretch w-full">
49
+ <div className="w-full px-5 pt-10 mx-auto sm:px-12 md:px-12 md:pt-12 lg:pt-10">
50
+ <hr className="mx-auto max-w-7xl border-border dark:border-border-dark" />
51
+ </div>
52
+ <div className="py-12 px-5 sm:px-12 md:px-12 sm:py-12 md:py-16 lg:py-14">
53
+ <Footer />
54
55
56
</main>
57
);
58
}
0 commit comments