updated service status down functionality

This commit is contained in:
2026-02-04 11:19:35 +00:00
parent 5c6ee2fedd
commit dc8958f7a1
7 changed files with 189 additions and 45 deletions
+3 -1
View File
@@ -24,8 +24,10 @@ const MainHome = (props) => {
<div className="flex-container grid-row govuk-body ">
{showLogin != "true" && (
<>
<LoginSoon />
{/* <LoginSoon />
<CaseSearch /> */}
<CaseSearch />
<Login session={session} siteurl={siteurl} />
</>
)}
{showLogin == "true" && (