fix(footer): point Shard Status link to /site/shard #90
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/footer-shard-status-link"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
The site footer's Shard Status link pointed to
/site/status. This repoints it to the richer live shard page at/site/shard.Why
/site/shardis the fuller live-shard view (online status, players/staff online, economy, live activity feed), and is the more useful destination for a "Shard Status" link.Scope
One-line change in
client/src/components/SiteFooter.jsx. The existing/site/statusroute and page are untouched.AI-assisted: authored with Claude Code (see
Co-Authored-Bytrailer).🤖 Generated with Claude Code