fix(dashboard): pin Overview as first nav entry

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-18 02:07:03 +01:00
parent 8fa1409995
commit 0a6560ba9d

View File

@@ -17,12 +17,12 @@ export default {
root: "src",
title: "Custodian State Hub",
pages: [
// ── Pages (alphabetical) ──────────────────────────────────────────────────
// ── Pages (Overview first, then alphabetical) ────────────────────────────
{ name: "Overview", path: "/" },
{ name: "Contributions", path: "/contributions" },
{ name: "Domains", path: "/domains" },
{ name: "Goals", path: "/goals" },
{ name: "Inbox", path: "/inbox" },
{ name: "Overview", path: "/" },
{ name: "Progress", path: "/progress" },
{ name: "Todo", path: "/todo" },
// ── Sections (alphabetical) ───────────────────────────────────────────────