diff --git a/site/src/components/WaitlistForm.astro b/site/src/components/WaitlistForm.astro
index 1f2c6fe..a02be30 100644
--- a/site/src/components/WaitlistForm.astro
+++ b/site/src/components/WaitlistForm.astro
@@ -18,7 +18,7 @@ const {
source,
id,
layout = 'row',
- microcopy = 'Get early-access invites and the occasional product update — no spam, unsubscribe anytime.',
+ microcopy = 'Get early-access invites and the occasional product update.',
class: cls = '',
} = Astro.props;
diff --git a/site/src/sections/FinalCta.astro b/site/src/sections/FinalCta.astro
index 6e0f43b..d3673b2 100644
--- a/site/src/sections/FinalCta.astro
+++ b/site/src/sections/FinalCta.astro
@@ -13,7 +13,7 @@ import WaitlistForm from '../components/WaitlistForm.astro';
diff --git a/web/standalone/src/components/WaitlistForm.tsx b/web/standalone/src/components/WaitlistForm.tsx index 6d1ad09..fd7041a 100644 --- a/web/standalone/src/components/WaitlistForm.tsx +++ b/web/standalone/src/components/WaitlistForm.tsx @@ -47,8 +47,7 @@ export function WaitlistForm({ source = "standalone" }: { source?: string }) { ) : ( <>
- Join the waitlist for product updates and your invite — no spam, - unsubscribe anytime. + Join the waitlist for product updates and your invite.