Merged PR 450: added login soon box and updated translations

added login soon box and updated translations

Related work items: #6208
This commit is contained in:
Robert Bond
2021-09-20 12:33:32 +00:00
18 changed files with 478 additions and 96 deletions
+13 -5
View File
@@ -114,11 +114,19 @@ const CaseSummary = (props) => {
<div className="govuk-grid-row">
<div className="govuk-grid-column-full">
<div className="govuk-button-group">
<Link href="/representation">
<a className="govuk-button">
{t("case:summary-make-representation-label")}
</a>
</Link>
{router.pathname != "/case" ? (
<>
<Link href="/representation">
<a className="govuk-button">
{t(
"case:summary-make-representation-label"
)}
</a>
</Link>
</>
) : (
""
)}
<a
onClick={() => router.back()}
className="govuk-button govuk-button--secondary"