Skip to content

Commit

Permalink
Update 404 page
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Jiroh Eugenio Halili <[email protected]>
  • Loading branch information
Andrei Jiroh Eugenio Halili committed Jul 11, 2021
1 parent add77ac commit cf4f5f0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/pages/404.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ export default function NotFound() {
return (
<Layout title="Page not found!">
<SEO title="404: Not found" />
<p>You just gone to the wrong route. Did we just broke something?</p>
<p>You just gone to the wrong route. Did we just broke something, or the chaos monkeys had taken over the documentation maintainers?</p>
<p>
If everything is fine and you&#39;d like to go back to homepage, <Link to="/">click here</Link>
.
If everything is fine and you&#39;d like to go back to homepage, <Link to="/">click here</Link>.
</p>
<p>
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.
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.
</p>
</Layout>
);
Expand Down

0 comments on commit cf4f5f0

Please sign in to comment.