Skip to content

Commit 0461501

Browse files
committed
cleanup code
1 parent 23b40f1 commit 0461501

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/404.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ export const getStaticProps = (async ({ locale }) => {
3535

3636
const NotFoundPage = () => (
3737
<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">
38+
<MainArticle className="my-8 w-full space-y-8 px-8 py-4">
39+
<h1>
4040
<Translation id="we-couldnt-find-that-page" />
4141
</h1>
42-
<p className="mb-8">
42+
<p>
4343
<Translation id="try-using-search" />{" "}
4444
<InlineLink href="/">
4545
<Translation id="return-home" />

0 commit comments

Comments
 (0)