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 23b40f1 commit 0461501Copy full SHA for 0461501
src/pages/404.tsx
@@ -35,11 +35,11 @@ export const getStaticProps = (async ({ locale }) => {
35
36
const NotFoundPage = () => (
37
<div className="mx-auto mb-0 mt-16 flex w-full flex-col items-center">
38
- <MainArticle className="w-full px-8 py-4">
39
- <h1 className="my-8 text-4xl font-bold">
+ <MainArticle className="my-8 w-full space-y-8 px-8 py-4">
+ <h1>
40
<Translation id="we-couldnt-find-that-page" />
41
</h1>
42
- <p className="mb-8">
+ <p>
43
<Translation id="try-using-search" />{" "}
44
<InlineLink href="/">
45
<Translation id="return-home" />
0 commit comments