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