newsletter: cross-property auto-subscribe disclosure on AV signup widgets

This commit is contained in:
2026-06-15 21:07:27 +00:00
parent c9013249eb
commit f1e582610b
2 changed files with 7 additions and 3 deletions

View File

@@ -164,7 +164,10 @@ export default function NewsletterSignup() {
)}
<p className="font-body text-[#555] text-xs mt-3">
No spam. Unsubscribe anytime. By subscribing you agree to our{" "}
You&apos;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{" "}
<a href="/privacy" className="text-[#1D4ED8] hover:underline focus:outline-none focus-visible:underline">
Privacy Policy
</a>.

View File

@@ -197,8 +197,9 @@ export default function NewsletterModal() {
</div>
<p className="bb-modal-fineprint">
By subscribing you agree to receive editorial emails from AV Beat.
Unsubscribe anytime link in every email.
By subscribing you&apos;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.
</p>
</form>
)}