From 483bca74b23d279c6c46f58c07a582a49ecf9e51 Mon Sep 17 00:00:00 2001 From: Luke Curley Date: Wed, 5 Aug 2026 13:05:07 -0700 Subject: [PATCH] match subscribe form to site styling --- src/components/subscribe.astro | 6 ++++-- src/components/subscribe.tsx | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/components/subscribe.astro b/src/components/subscribe.astro index f6262ec..7ed8e1d 100644 --- a/src/components/subscribe.astro +++ b/src/components/subscribe.astro @@ -3,13 +3,15 @@ import Subscribe from "@/components/subscribe.tsx"; ---