From 80ea47644cfd58a7d35d14f74e59df268fc7f242 Mon Sep 17 00:00:00 2001 From: Drew Haven Date: Thu, 10 Jul 2025 15:03:09 -0700 Subject: [PATCH] Adds test counter to footer. --- src/components/Footer.astro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index fd87b81..0c50669 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -4,6 +4,10 @@ const today = new Date();