Skip to content

Commit 759d20e

Browse files
author
Andrei Jiroh Eugenio Halili
authored
Fix build issues BTW
Also add few more text.
1 parent 11a85bb commit 759d20e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/pages/404.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ export default function NotFound() {
1313
If everything is fine and you&#39;d like to go back to homepage, <Link to="/">click here</Link>
1414
.
1515
</p>
16-
</br>
17-
<p>But if you&#39;re in doubt, <Link to="https://github.com/code-server-boilerplates/docs/issues">file an new GitHub issue here</Link>.</p>
16+
<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.
19+
</p>
1820
</Layout>
1921
);
2022
}

0 commit comments

Comments
 (0)