diff --git a/app/src/components/GlobalFooter/i18n.json b/app/src/components/GlobalFooter/i18n.json index 772e7f4f9f..5e77c0edc9 100644 --- a/app/src/components/GlobalFooter/i18n.json +++ b/app/src/components/GlobalFooter/i18n.json @@ -12,6 +12,9 @@ "footerContactUs":"Contact Us", "footerIFRC":"© IFRC {year} v{appVersion}", "globalFindOut": "Find Out More", + "policies": "Policies", + "cookiePolicy": "Cookie Policy", + "termsAndConditions": "Terms and Conditions", "globalHelpfulLinks": "Helpful links" } } diff --git a/app/src/components/GlobalFooter/index.tsx b/app/src/components/GlobalFooter/index.tsx index 947b4b4370..7ed151b716 100644 --- a/app/src/components/GlobalFooter/index.tsx +++ b/app/src/components/GlobalFooter/index.tsx @@ -97,6 +97,24 @@ function GlobalFooter(props: Props) { +
+ + {strings.policies} + +
+ + {strings.cookiePolicy} + + + {strings.termsAndConditions} + +
+
{strings.globalHelpfulLinks} diff --git a/app/src/views/CookiePolicy/index.tsx b/app/src/views/CookiePolicy/index.tsx index 89ba06edda..e00dcfd9da 100644 --- a/app/src/views/CookiePolicy/index.tsx +++ b/app/src/views/CookiePolicy/index.tsx @@ -84,7 +84,7 @@ export function Component() { { termsLink: (