added login soon box and updated translations

This commit is contained in:
robert.bond@test.gov.wales
2021-09-20 13:32:24 +01:00
parent 219e6a4744
commit 7044497f08
18 changed files with 478 additions and 96 deletions
+13 -5
View File
@@ -110,11 +110,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"