Skip to content

Commit 5bea31e

Browse files
authored
feat: add trust center link (#1628)
1 parent 72f1bcd commit 5bea31e

File tree

8 files changed

+24
-9
lines changed

8 files changed

+24
-9
lines changed

components/forms/WhatsappUnsubscribeForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const WhatsappUnsubscribeForm = () => {
101101
</Box>
102102
</form>
103103
{formError && (
104-
<Typography color="error.main" mb={2}>
104+
<Typography color="error.main" my={2}>
105105
{formError}
106106
</Typography>
107107
)}

components/layout/Footer.tsx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function getDescriptionContainerStyle(totalPartners: number) {
4545

4646
const footerContainerStyle = {
4747
backgroundColor: 'common.white',
48-
paddingY: { xs: 6, md: 10 },
48+
paddingY: { xs: 6, md: 8 },
4949
} as const;
5050

5151
const footerContentRowStyle = {
@@ -158,6 +158,14 @@ const Footer = () => {
158158
>
159159
{tS('footer.policies')}
160160
</Link>
161+
<Link
162+
display="block"
163+
mt={2}
164+
href="https://app.eu.vanta.com/chayn.co/trust/yrbp5r3nj96a1dlq15h0y"
165+
target="_blank"
166+
>
167+
{tS('footer.trustCenter')}
168+
</Link>
161169
</Box>
162170
<Box sx={partnersContainerStyle}>
163171
{partners.map((partner) => {

i18n/messages/shared/de.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"badooLine2": "BADOO LTD",
2626
"fruitzLine1": "In Kooperation mit",
2727
"fruitzLine2": "FRUITZ LTD",
28-
"policies": "Unsere Richtlinien"
28+
"policies": "Unsere Richtlinien",
29+
"trustCenter": "Vertrauenszentrum"
2930
},
3031
"maintenanceBanner": {
3132
"title": "Bloom ist vorübergehend nicht verfügbar",
@@ -94,7 +95,8 @@
9495
"bloomHomeIllustration": "Person sitting crossed legged with symbols floating around such as a video icon, flower, message icon and a persons head with a flower",
9596
"bookIcon": "Buch-Symbol",
9697
"articleIcon": "Artikel-Symbol",
97-
"videoIcon": "Video-Symbol"
98+
"videoIcon": "Video-Symbol",
99+
"notes": "Illustration einer Notes"
98100
},
99101
"feedbackTypeform": "https://chayn.typeform.com/to/OY9Wdk4h",
100102
"survivor": "Überlebende:r",

i18n/messages/shared/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"badooLine2": "BADOO LTD",
2626
"fruitzLine1": "In partnership with",
2727
"fruitzLine2": "FRUITZ LTD",
28-
"policies": "Our policies"
28+
"policies": "Our policies",
29+
"trustCenter": "Trust Center"
2930
},
3031
"maintenanceBanner": {
3132
"title": "Bloom is down for maintenance",

i18n/messages/shared/es.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"badooLine2": "BADOO LTD",
2626
"fruitzLine1": "En asociación con",
2727
"fruitzLine2": "FRUITZ LTD",
28-
"policies": "Nuestras políticas"
28+
"policies": "Nuestras políticas",
29+
"trustCenter": "Centro de Confianza"
2930
},
3031
"maintenanceBanner": {
3132
"title": "Bloom está en mantenimiento",

i18n/messages/shared/fr.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"badooLine2": "BADOO LTD",
2626
"fruitzLine1": "En partenariat avec",
2727
"fruitzLine2": "FRUITZ LTD",
28-
"policies": "Notre politique"
28+
"policies": "Notre politique",
29+
"trustCenter": "Centre de Confiance"
2930
},
3031
"maintenanceBanner": {
3132
"title": "Bloom est en maintenance",

i18n/messages/shared/hi.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"badooLine2": "BADOO LTD",
2727
"fruitzLine1": "Partnership mein",
2828
"fruitzLine2": "FRUITZ LTD",
29-
"policies": "Humari policies"
29+
"policies": "Humari policies",
30+
"trustCenter": "Trust Center"
3031
},
3132
"maintenanceBanner": {
3233
"title": "Rakharakhaav ke lie Bloom band hai",

i18n/messages/shared/pt.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"badooLine2": "BADOO LTD",
2626
"fruitzLine1": "Em parceria com ",
2727
"fruitzLine2": "FRUITZ LTD",
28-
"policies": "Nossas políticas"
28+
"policies": "Nossas políticas",
29+
"trustCenter": "Centro de Confiança"
2930
},
3031
"maintenanceBanner": {
3132
"title": "Bloom está em manutenção",

0 commit comments

Comments
 (0)