Removed proxy and added api calls, has gov gateway auth
This commit is contained in:
+6
-10
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user