From 302488f4521e9893c4908e6bff567d64e3a17c31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josh=20Goldberg=20=E2=9C=A8?= Date: Mon, 19 Aug 2024 10:53:13 -0400 Subject: [PATCH] fix: correct the form JS code attachment id (#100) ## Overview I'd previously added an `

` with id `newsletter`. --- src/components/Newsletter.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Newsletter.astro b/src/components/Newsletter.astro index 9b33ef4..1f231f8 100644 --- a/src/components/Newsletter.astro +++ b/src/components/Newsletter.astro @@ -16,7 +16,7 @@ const { class: className, ...rest } = Astro.props; {...rest} class:list={["newsletter", className]} action="https://app.loops.so/api/newsletter-form/clwpkthom0067d11n8jbrxb3b" - id="newsletter" + id="newsletter-form" method="POST" >