Skip to content

Commit 1a7c376

Browse files
committed
feat(404-page): merge first two paragraphs together
I think that this improves the look and the flow of the page, since it's slightly more condensed and the call to action (returning to the homepage) doesn't stick out more than the wokwi description part.
1 parent 5f8c1ac commit 1a7c376

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/theme/NotFound/Content/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ export default function NotFoundContent({className}) {
2424
description="The 1st paragraph of the 404 page">
2525
Sorry, the page doesn't exist or has moved.
2626
</Translate>
27-
</p>
28-
<p>
27+
&nbsp;
2928
<Translate
3029
id="theme.NotFound.p2"
3130
description="The 2nd paragraph of the 404 page"

0 commit comments

Comments
 (0)