Skip to content

Commit

Permalink
[P4PU-848] update privacy policy link in AssistanceForm component
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoivandiluccio committed Feb 19, 2025
1 parent ea865f1 commit 4d7be4c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/AssistanceForm/AssistanceForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,12 @@ export const AssistanceForm = () => {
<Trans
i18nKey={t('app.assistance.privacy')}
components={{
link1: <Link href="#" fontWeight={800} />
link1: (
<Link
href="https://www.pagopa.it/it/privacy-policy-assistenza/"
fontWeight={800}
/>
)
}}
/>
</Typography>
Expand Down

0 comments on commit 4d7be4c

Please sign in to comment.