File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
integrations/mailchimp/src Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ type MailchimpAction =
3939 | { action : '@ui.modal.close' ; listId ?: string ; cta ?: string } ;
4040
4141const DEFAULT_CTA = 'Sign up to our mailing list to receive updates!' ;
42+ const DEFAULT_DISCLAIMER =
43+ 'By clicking Subscribe, you agree to the processing of your email address in accordance with our privacy policy.' ;
4244
4345/**
4446 * A Block to subscribe to a Mailchimp mailing list.
@@ -151,6 +153,11 @@ const mailchimpSubscribe = createComponent<
151153 />
152154 </ box >
153155 </ hstack >
156+ < box >
157+ < text size = "small" muted >
158+ { DEFAULT_DISCLAIMER }
159+ </ text >
160+ </ box >
154161 { typeof success === 'boolean' && success === false ? (
155162 < box >
156163 < text > An error occured, the site owner has been notified</ text >
You can’t perform that action at this time.
0 commit comments