Skip to content

Commit

Permalink
fix: link to privacy policy now works again
Browse files Browse the repository at this point in the history
  • Loading branch information
axe312ger committed Feb 26, 2024
1 parent 49efbfe commit 2e4e449
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/interface-default/src/integration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ export const Integration: React.FC<IntegrationProps> = ({
id={`consent-manager.integration.${id}.privacy-policy`}
fallbackId={`consent-manager.integration.default.privacy-policy`}
props={{
Link,
Link: (props) => (
<Link privacyPolicyUrl={privacyPolicyUrl} {...props} />
),
title,
}}
/>
Expand Down

0 comments on commit 2e4e449

Please sign in to comment.