From 8b268673c02282c9273a02666cb900d541c5f07c Mon Sep 17 00:00:00 2001 From: Dan Cortes <3639170+dgca@users.noreply.github.com> Date: Mon, 8 Sep 2025 18:57:17 -0600 Subject: [PATCH] fix: Add ToS and Privacy Policy to OnchainKit page --- .../(builders)/build/onchainkit/page.tsx | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/apps/web/app/(base-org-dark)/(builders)/build/onchainkit/page.tsx b/apps/web/app/(base-org-dark)/(builders)/build/onchainkit/page.tsx index 397ec2b560e..a0e03f3630b 100644 --- a/apps/web/app/(base-org-dark)/(builders)/build/onchainkit/page.tsx +++ b/apps/web/app/(base-org-dark)/(builders)/build/onchainkit/page.tsx @@ -45,6 +45,10 @@ const templateCardItems: { }, ]; +const CDP_TERMS_OF_SERVICE_LINK = + 'https://www.coinbase.com/legal/developer-platform/terms-of-service'; +const CDP_PRIVACY_POLICY_LINK = 'https://www.coinbase.com/legal/privacy'; + export default function OnchainKit() { return ( Ready-to-use, full-stack components to make building onchain faster and easier. +
+ By continuing, I have read and agree to the{' '} + + Terms of Service + {' '} + and{' '} + + Privacy Policy + + . For users in EU/UK, I confirm I have read and understood the{' '} + + Privacy Policy + +
,