Skip to content

Commit cf4f5f0

Browse files
author
Andrei Jiroh Eugenio Halili
committed
Update 404 page
Signed-off-by: Andrei Jiroh Eugenio Halili <[email protected]>
1 parent add77ac commit cf4f5f0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/pages/404.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@ export default function NotFound() {
88
return (
99
<Layout title="Page not found!">
1010
<SEO title="404: Not found" />
11-
<p>You just gone to the wrong route. Did we just broke something?</p>
11+
<p>You just gone to the wrong route. Did we just broke something, or the chaos monkeys had taken over the documentation maintainers?</p>
1212
<p>
13-
If everything is fine and you&#39;d like to go back to homepage, <Link to="/">click here</Link>
14-
.
13+
If everything is fine and you&#39;d like to go back to homepage, <Link to="/">click here</Link>.
1514
</p>
1615
<p>
17-
But if you&#39;re still in doubt, <Link to="https://github.com/code-server-boilerplates/docs/issues">file an new GitHub issue here</Link>
18-
so we can fix the problem and redirect you to the right place in the future.
16+
But if you&#39;re still in doubt, <Link to="https://github.com/code-server-boilerplates/docs/issues">file an new GitHub issue here</Link> so we can fix the problem and redirect you to the right place in the future.
1917
</p>
2018
</Layout>
2119
);

0 commit comments

Comments
 (0)