Skip to content

Commit

Permalink
fixed form page
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Paulen committed Dec 18, 2024
1 parent c6158b1 commit 6b604fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FormPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -530,15 +530,15 @@ function FormPage() {
</li>
</ul>
</AnouncmentMessage>
<WarningMassage style="warning">
<AnouncmentMessage style="warning">
<h2> Scheduled maintenance and reboot on 16th - 18th Dec 2024 </h2>
<p>
{" "}
We will have scheduled maintenance and cluster reboot between 16th and
17th of December 2024. All running notebooks will be interrupted and
have to be started again.{" "}
</p>
</WarningMassage>
</AnouncmentMessage>
<JupyterHubHeader userName={appConfig.userName}></JupyterHubHeader>
<div className="wrapper">
<ProgressiveForm
Expand Down

0 comments on commit 6b604fd

Please sign in to comment.