feat: reorder tabs, add early access notice, fix api version path

- Reorder game tabs to: Adventurers, Upgrades, Quests, Bosses, Equipment, Exploration, Crafting, Daily, Prestige, Transcendence, Apotheosis, Statistics, Achievements, Codex, About
- Add early access warning below guild hall click button
- Fix package.json resolution path in about route (prod/src/routes → ../../../)
This commit is contained in:
2026-03-07 04:17:02 -08:00
committed by Naomi Carrigan
parent 6ddf8e0b43
commit efaa62c936
4 changed files with 20 additions and 5 deletions
+12
View File
@@ -2874,3 +2874,15 @@ body {
color: var(--colour-text-muted);
font-size: 0.9rem;
}
.early-access-notice {
background: rgba(255, 180, 0, 0.08);
border: 1px solid rgba(255, 180, 0, 0.35);
border-radius: 6px;
color: var(--colour-text-muted);
font-size: 0.75rem;
line-height: 1.4;
margin-top: 0.75rem;
padding: 0.5rem 0.75rem;
text-align: center;
}