From 3226527657506830088f632f13a31ce32279c2fb Mon Sep 17 00:00:00 2001 From: Thad Miller Date: Tue, 17 Feb 2026 13:52:42 -0500 Subject: [PATCH] [bugfix] button needs to be of type submit --- src/components/CardGrid.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CardGrid.astro b/src/components/CardGrid.astro index 17a228f..cebeca1 100644 --- a/src/components/CardGrid.astro +++ b/src/components/CardGrid.astro @@ -10,7 +10,7 @@ const { query } = Astro.props;
- +