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 <noreply@anthropic.com>
This commit is contained in:
@@ -37,7 +37,7 @@ export default function SiteFooter() {
|
|||||||
{contactEmail}
|
{contactEmail}
|
||||||
</a>
|
</a>
|
||||||
·
|
·
|
||||||
<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>
|
||||||
·
|
·
|
||||||
|
|||||||
Reference in New Issue
Block a user