Skip to content

Commit

Permalink
refactor: [skip pizza] Neaten service offline page (#3463)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjon3s authored Jul 26, 2024
1 parent 28a7c4d commit b9db834
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions editor.planx.uk/src/pages/OfflinePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@ import StatusPage from "pages/Preview/StatusPage";
import React from "react";

export const OfflinePage: React.FC = () => (
<StatusPage bannerHeading="Offline">
<Typography variant="body2">
This service is not currently available to new applicants. Please check
back later.
</Typography>
<Typography variant="body2">
If you're resuming an application you previously started, please use the
link sent to you via email.
<StatusPage bannerHeading="Service offline">
<Typography variant="body1">
<p>
This service is not currently available to new applicants. Please check
back later.
</p>
<p>
If you're resuming an application you previously started, please use the
link sent to you via email.
</p>
</Typography>
</StatusPage>
);

0 comments on commit b9db834

Please sign in to comment.