We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a85bb commit 759d20eCopy full SHA for 759d20e
src/pages/404.js
@@ -13,8 +13,10 @@ export default function NotFound() {
13
If everything is fine and you'd like to go back to homepage, <Link to="/">click here</Link>
14
.
15
</p>
16
- </br>
17
- <p>But if you're in doubt, <Link to="https://github.com/code-server-boilerplates/docs/issues">file an new GitHub issue here</Link>.</p>
+ <p>
+ But if you'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.
19
+ </p>
20
</Layout>
21
);
22
}
0 commit comments