updated logging in message
This commit is contained in:
+4
-2
@@ -122,10 +122,12 @@ const Home = (props) => {
|
||||
<Header courseName="Appeals Casework Portal" />
|
||||
<div className="govuk-width-container">
|
||||
{hasLoginCode ? (
|
||||
<>
|
||||
<div className="govuk-grid-row">
|
||||
<div className="govuk-grid-column-two-thirds">
|
||||
<h1>{t("home:logging-in-heading")}</h1>
|
||||
<h2>{t("home:logging-in-paragraph")}</h2>
|
||||
</>
|
||||
</div>
|
||||
</div>
|
||||
) : (
|
||||
<>
|
||||
<ServiceBanner />
|
||||
|
||||
Reference in New Issue
Block a user