add cookie consent manger & updated cookie banner

This commit is contained in:
2021-10-14 19:35:32 +01:00
parent 54405e6943
commit aaaf889139
48 changed files with 818 additions and 119 deletions
+10 -9
View File
@@ -88,15 +88,16 @@ const RegisterComplete = (props) => {
</p>
<p className="govuk-body">
<a
href="/"
className="govuk-link"
onClick={() => {
setLogout(), window.localStorage.clear();
}}
>
Login to My Portal
</a>
<Link href="/">
<a
className="govuk-link"
onClick={() => {
setLogout(), window.localStorage.clear();
}}
>
Login to My Portal
</a>
</Link>
</p>
</>
) : (