From f1e582610bf21108719f02e5fca3f83059f4b788 Mon Sep 17 00:00:00 2001 From: Ryan Salazar Date: Mon, 15 Jun 2026 21:07:27 +0000 Subject: [PATCH] newsletter: cross-property auto-subscribe disclosure on AV signup widgets --- src/app/home-page/components/NewsletterSignup.tsx | 5 ++++- src/components/NewsletterModal.tsx | 5 +++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/app/home-page/components/NewsletterSignup.tsx b/src/app/home-page/components/NewsletterSignup.tsx index 9bac104..d2a0782 100644 --- a/src/app/home-page/components/NewsletterSignup.tsx +++ b/src/app/home-page/components/NewsletterSignup.tsx @@ -164,7 +164,10 @@ export default function NewsletterSignup() { )}

- No spam. Unsubscribe anytime. By subscribing you agree to our{" "} + You'll also be added to the daily newsletters for Broadcast Beat, + BroadcastEngineering.com, Sports Media Beat, and The Crew Grid. + Unsubscribe from any one (or all) anytime. By subscribing you agree + to our{" "} Privacy Policy . diff --git a/src/components/NewsletterModal.tsx b/src/components/NewsletterModal.tsx index 02f386a..cec4174 100644 --- a/src/components/NewsletterModal.tsx +++ b/src/components/NewsletterModal.tsx @@ -197,8 +197,9 @@ export default function NewsletterModal() {

- By subscribing you agree to receive editorial emails from AV Beat. - Unsubscribe anytime — link in every email. + By subscribing you'll also be added to the daily newsletters for our + sister publications — Broadcast Beat, BroadcastEngineering.com, Sports + Media Beat, and The Crew Grid. Unsubscribe from any one (or all) anytime.

)}