fix(footer): point Shard Status link to /site/shard
All checks were successful
PR Checks / bot-install (pull_request) Successful in 15s
PR Checks / client-build (pull_request) Successful in 25s
PR Checks / server-tests (pull_request) Successful in 38s

The footer's "Shard Status" link targeted /site/status; point it at the
richer live shard page at /site/shard.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-07-21 14:09:47 -05:00
parent 68126efc0b
commit dc90df9fff

View File

@@ -37,7 +37,7 @@ export default function SiteFooter() {
{contactEmail} {contactEmail}
</a> </a>
&nbsp;·&nbsp; &nbsp;·&nbsp;
<Link to="/site/status" style={{ color: 'var(--accent)', textDecoration: 'none' }}> <Link to="/site/shard" style={{ color: 'var(--accent)', textDecoration: 'none' }}>
Shard Status Shard Status
</Link> </Link>
&nbsp;·&nbsp; &nbsp;·&nbsp;