Removed proxy and added api calls, has gov gateway auth

This commit is contained in:
2022-01-20 10:56:26 +00:00
parent 6f37064eba
commit 5a536e158c
127 changed files with 5829 additions and 3097 deletions
+6 -10
View File
@@ -219,11 +219,9 @@ export default function Footer(props) {
<li className="govuk-footer__inline-list-item">
<Link
href={
router.locale == "cy"
? "/preifatrwydd"
: "/privacy"
}
href={t(
"common:footer-privacy-link"
)}
>
<a
id="aPrivacy"
@@ -238,11 +236,9 @@ export default function Footer(props) {
<li className="govuk-footer__inline-list-item">
<Link
href={
router.locale == "cy"
? "/telerau-ac-amodau"
: "/terms-and-conditions"
}
href={t(
"common:footer-terms-conditions-link"
)}
>
<a
id="aTermsConds"