diff --git a/editor.planx.uk/src/pages/OfflinePage.tsx b/editor.planx.uk/src/pages/OfflinePage.tsx index 7ffcc9c85c..29201311bf 100644 --- a/editor.planx.uk/src/pages/OfflinePage.tsx +++ b/editor.planx.uk/src/pages/OfflinePage.tsx @@ -3,14 +3,16 @@ import StatusPage from "pages/Preview/StatusPage"; import React from "react"; export const OfflinePage: React.FC = () => ( - - - This service is not currently available to new applicants. Please check - back later. - - - If you're resuming an application you previously started, please use the - link sent to you via email. + + +

+ This service is not currently available to new applicants. Please check + back later. +

+

+ If you're resuming an application you previously started, please use the + link sent to you via email. +

);