Skip to content

Commit

Permalink
Add urls to processing text
Browse files Browse the repository at this point in the history
  • Loading branch information
1v4n4 committed Oct 11, 2024
1 parent d0d15e5 commit 865ce67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Consent.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,8 @@ export const ConsentProcessing = props => {
>
<Trans
i18nKey={/* i18next-extract-disable-line */ consentProcessing}
values={{ organisation: config.organisation }}
values={{ organisation: config.organisation}}
components={{ url: <a/>, 1: <a href={link} /> }}
>
Consent processing according to <a href={link}>privacy policy</a>
</Trans>
Expand Down

0 comments on commit 865ce67

Please sign in to comment.