Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 28, 2024
1 parent 54f6e04 commit 7c2035a
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions binderhub/static/js/pages/NotFoundPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,23 @@ export function NotFoundPage() {
return (
<>
<div className="container text-center jumbotron">
<h1>
404: Not Found
</h1>
<h1>404: Not Found</h1>

<p className="lead">
Note: Some errors disappear by refreshing the page.
</p>
</div>
<div className="container">
<div className="row text-center">
<h3>questions?<br/>join the <a href="https://discourse.jupyter.org/c/binder">discussion</a>, read the <a href="https://mybinder.readthedocs.io/en/latest/">docs</a>, see the <a href="https://github.com/jupyterhub/binderhub">code</a></h3>
<h3>
questions?
<br />
join the{" "}
<a href="https://discourse.jupyter.org/c/binder">discussion</a>,
read the{" "}
<a href="https://mybinder.readthedocs.io/en/latest/">docs</a>, see
the <a href="https://github.com/jupyterhub/binderhub">code</a>
</h3>
</div>
</div>
</>
Expand Down

0 comments on commit 7c2035a

Please sign in to comment.