You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/404.js
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,12 @@ export default function NotFound() {
8
8
return(
9
9
<Layouttitle="Page not found!">
10
10
<SEOtitle="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>
12
12
<p>
13
-
If everything is fine and you'd like to go back to homepage, <Linkto="/">click here</Link>
14
-
.
13
+
If everything is fine and you'd like to go back to homepage, <Linkto="/">click here</Link>.
15
14
</p>
16
15
<p>
17
-
But if you're still in doubt, <Linkto="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're still in doubt, <Linkto="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.
0 commit comments