Skip to content

Commit b3f3af0

Browse files
committed
add footer to notfoundpage
1 parent 5f9a142 commit b3f3af0

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/components/Layout/NotFoundContent.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
import PageHeading from 'components/PageHeading';
1111
import Intro from 'components/MDX/Intro';
1212
import Link from 'components/MDX/Link';
13+
import {Footer} from './Footer';
1314
import {getRouteMeta} from './getRouteMeta';
1415
import type {RouteItem} from './getRouteMeta';
1516

@@ -44,6 +45,14 @@ export function NotFoundContent({
4445
</div>
4546
</div>
4647
</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+
</div>
55+
</div>
4756
</main>
4857
);
4958
}

0 commit comments

Comments
 (0)