[Website] Add trust center link to the footer (#21307)

Adds a Trust Center entry under the footer Legal group linking to
https://trust.twenty.com (external).

<img width="1410" height="546" alt="image"
src="https://github.com/user-attachments/assets/a17dcc8e-7285-452d-a6f8-42dd6010223d"
/>
This commit is contained in:
Abdullah.
2026-06-08 17:22:03 +05:00
committed by GitHub
parent 7653cc931d
commit 80340ee354
@@ -55,6 +55,11 @@ export const FOOTER_DATA: FooterDataType = {
external: false,
},
{ label: msg`Terms and Conditions`, href: '/terms', external: false },
{
label: msg`Trust Center`,
href: 'https://trust.twenty.com',
external: true,
},
],
},
{