diff --git a/src/pages/privacyNotice/adults/ContactUs.tsx b/src/pages/privacyNotice/adults/ContactUs.tsx index d488d4a..91e0afa 100644 --- a/src/pages/privacyNotice/adults/ContactUs.tsx +++ b/src/pages/privacyNotice/adults/ContactUs.tsx @@ -1,5 +1,6 @@ -import { Link, Typography } from "@mui/material" import { type FC } from "react" +import { Link } from "codeforlife/components/router" +import { Typography } from "@mui/material" export interface ContactUsProps {} @@ -7,7 +8,7 @@ const ContactUs: FC = () => ( <> Please contact our Data Protection Officer or us at  - + individualrights@ocado.com  if you have any questions about this Privacy Notice or the diff --git a/src/pages/privacyNotice/adults/Cookies.tsx b/src/pages/privacyNotice/adults/Cookies.tsx index 5adcde7..9c8572c 100644 --- a/src/pages/privacyNotice/adults/Cookies.tsx +++ b/src/pages/privacyNotice/adults/Cookies.tsx @@ -1,6 +1,5 @@ import { Button, - Link, Table, TableBody, TableCell, @@ -9,6 +8,7 @@ import { Typography, } from "@mui/material" import { type FC } from "react" +import { Link } from "codeforlife/components/router" import { toggleOneTrustInfoDisplay } from "codeforlife/utils/window" const CustomTableRow: FC<{ @@ -100,13 +100,13 @@ const Cookies: FC = () => ( We use third-party web analytics software on our portal ( Google Analytics  and  - + Mouseflow ). We provide further information about these partners below. @@ -169,7 +169,7 @@ const Cookies: FC = () => ( We make available a cookie management platform on our portal (provided by  - + OneTrust ), through which you can turn off non-essential cookies at any time. diff --git a/src/pages/privacyNotice/adults/HowToComplain.tsx b/src/pages/privacyNotice/adults/HowToComplain.tsx index eee42e4..b0899fc 100644 --- a/src/pages/privacyNotice/adults/HowToComplain.tsx +++ b/src/pages/privacyNotice/adults/HowToComplain.tsx @@ -1,5 +1,6 @@ -import { Link, Typography } from "@mui/material" import { type FC } from "react" +import { Link } from "codeforlife/components/router" +import { Typography } from "@mui/material" export interface HowToComplainProps {} @@ -17,7 +18,7 @@ const HowToComplain: FC = () => ( normally live or where any alleged infringement of data protection laws occurred. The data protection authority in the UK is the Information Commissioner who may be contacted at  - + https://ico.org.uk/concerns/  or telephone: +44 303 123 1113. diff --git a/src/pages/privacyNotice/adults/InfoSecurity.tsx b/src/pages/privacyNotice/adults/InfoSecurity.tsx index 42c253b..ecd90b6 100644 --- a/src/pages/privacyNotice/adults/InfoSecurity.tsx +++ b/src/pages/privacyNotice/adults/InfoSecurity.tsx @@ -1,5 +1,6 @@ -import { Link, Typography } from "@mui/material" import { type FC } from "react" +import { Link } from "codeforlife/components/router" +import { Typography } from "@mui/material" export interface InfoSecurityProps {} @@ -17,7 +18,7 @@ const InfoSecurity: FC = () => ( the security of their accounts and we encourage them to do that. You can find more details  here @@ -28,7 +29,7 @@ const InfoSecurity: FC = () => ( If you want detailed information from Get Safe Online on how to protect your information and your computers and devices against fraud, identity theft, viruses and many other online problems, please visit  - + www.getsafeonline.org . Get Safe Online is supported by HM Government and leading businesses. diff --git a/src/pages/privacyNotice/adults/SharingInfo.tsx b/src/pages/privacyNotice/adults/SharingInfo.tsx index 68f25ad..dc7adae 100644 --- a/src/pages/privacyNotice/adults/SharingInfo.tsx +++ b/src/pages/privacyNotice/adults/SharingInfo.tsx @@ -1,6 +1,7 @@ -import { Link, ListItemText, Typography } from "@mui/material" +import { ListItemText, Typography } from "@mui/material" import { type FC } from "react" import { ItemizedList } from "codeforlife/components" +import { Link } from "codeforlife/components/router" export interface SharingInfoProps {} @@ -45,14 +46,14 @@ const SharingInfo: FC = () => ( For more information on Freshdesk’s Privacy Notice, visit  - + https://www.freshworks.com/privacy/ . For more information on Freshdesk and GDPR, visit  - + https://freshdesk.com/gdpr . @@ -64,7 +65,7 @@ const SharingInfo: FC = () => ( device type, device platform, unless specifically asked within the questions themselves for example, the survey may ask your age. You can find out more about UsabilityHub  - + here . diff --git a/src/pages/privacyNotice/adults/YourRights.tsx b/src/pages/privacyNotice/adults/YourRights.tsx index 9da5466..52af86d 100644 --- a/src/pages/privacyNotice/adults/YourRights.tsx +++ b/src/pages/privacyNotice/adults/YourRights.tsx @@ -1,6 +1,7 @@ -import { Link, ListItemText, Typography } from "@mui/material" +import { ListItemText, Typography } from "@mui/material" import { type FC } from "react" import { ItemizedList } from "codeforlife/components" +import { Link } from "codeforlife/components/router" export interface YourRightsProps {} @@ -60,7 +61,7 @@ const YourRights: FC = () => ( email our Data Protection Officer at  - + individualrights@ocado.com ; diff --git a/src/pages/privacyNotice/children/Cookies.tsx b/src/pages/privacyNotice/children/Cookies.tsx index 82c26a6..b4f4512 100644 --- a/src/pages/privacyNotice/children/Cookies.tsx +++ b/src/pages/privacyNotice/children/Cookies.tsx @@ -1,6 +1,5 @@ import { Button, - Link, Table, TableBody, TableCell, @@ -9,6 +8,7 @@ import { Typography, } from "@mui/material" import { type FC } from "react" +import { Link } from "codeforlife/components/router" import { toggleOneTrustInfoDisplay } from "codeforlife/utils/window" const CustomTableRow: FC<{ @@ -110,13 +110,13 @@ const Cookies: FC = () => ( We use other companies called ( Google Analytics  and  - + Mouseflow ) to help us collect information from these cookies (see the diff --git a/src/pages/privacyNotice/children/HowToComplain.tsx b/src/pages/privacyNotice/children/HowToComplain.tsx index f81b264..8cf3ea6 100644 --- a/src/pages/privacyNotice/children/HowToComplain.tsx +++ b/src/pages/privacyNotice/children/HowToComplain.tsx @@ -1,5 +1,6 @@ -import { Link, Typography } from "@mui/material" import { type FC } from "react" +import { Link } from "codeforlife/components/router" +import { Typography } from "@mui/material" export interface HowToComplainProps {} @@ -8,7 +9,7 @@ const HowToComplain: FC = () => ( If you have a complaint about how we’ve used your personal information, you can write to our Data Protection Officer at  - + individualrights@ocado.com . @@ -22,7 +23,7 @@ const HowToComplain: FC = () => ( Telephone: 0303 123 1113 Website:  - + https://ico.org.uk/concerns diff --git a/src/pages/privacyNotice/children/HowToContactUs.tsx b/src/pages/privacyNotice/children/HowToContactUs.tsx index 851ba99..a6890bf 100644 --- a/src/pages/privacyNotice/children/HowToContactUs.tsx +++ b/src/pages/privacyNotice/children/HowToContactUs.tsx @@ -1,5 +1,6 @@ -import { Link, Typography } from "@mui/material" import { type FC } from "react" +import { Link } from "codeforlife/components/router" +import { Typography } from "@mui/material" export interface HowToContactUsProps {} @@ -7,7 +8,7 @@ const HowToContactUs: FC = () => ( <> Please contact our Data Protection Officer at  - + individualrights@ocado.com  if you have any questions about this Privacy Notice or the diff --git a/src/pages/privacyNotice/children/WhoWeShareInfoWith.tsx b/src/pages/privacyNotice/children/WhoWeShareInfoWith.tsx index b5e292b..e453ad8 100644 --- a/src/pages/privacyNotice/children/WhoWeShareInfoWith.tsx +++ b/src/pages/privacyNotice/children/WhoWeShareInfoWith.tsx @@ -1,5 +1,6 @@ -import { Link, Typography } from "@mui/material" import { type FC } from "react" +import { Link } from "codeforlife/components/router" +import { Typography } from "@mui/material" export interface WhoWeShareInfoWithProps {} @@ -31,7 +32,7 @@ const WhoWeShareInfoWith: FC = () => ( type, device platform alongside any questions that we may ask you in our surveys (for example, the survey may ask your age). You can find out more about UsabilityHub  - + here . diff --git a/src/pages/privacyNotice/children/YourRights.tsx b/src/pages/privacyNotice/children/YourRights.tsx index 04708b7..c533eab 100644 --- a/src/pages/privacyNotice/children/YourRights.tsx +++ b/src/pages/privacyNotice/children/YourRights.tsx @@ -1,6 +1,7 @@ -import { Link, ListItemText, Typography } from "@mui/material" +import { ListItemText, Typography } from "@mui/material" import { type FC } from "react" import { ItemizedList } from "codeforlife/components" +import { Link } from "codeforlife/components/router" export interface YourRightsProps {} @@ -38,7 +39,7 @@ const YourRights: FC = () => ( If you would like to use any of these rights listed above, please email our Data Protection Officer at  - + individualrights@ocado.com . Depending on where you live, you may need help from a parent or guardian