From dc90df9fff0ea5fc137a9f512cf3597d968d502d Mon Sep 17 00:00:00 2001 From: wtclaude Date: Tue, 21 Jul 2026 14:09:47 -0500 Subject: [PATCH] fix(footer): point Shard Status link to /site/shard The footer's "Shard Status" link targeted /site/status; point it at the richer live shard page at /site/shard. Co-Authored-By: Claude --- client/src/components/SiteFooter.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/SiteFooter.jsx b/client/src/components/SiteFooter.jsx index 2ae3e57..5b94977 100644 --- a/client/src/components/SiteFooter.jsx +++ b/client/src/components/SiteFooter.jsx @@ -37,7 +37,7 @@ export default function SiteFooter() { {contactEmail}  ·  - + Shard Status  ·  -- 2.49.1