fix(dashboard): pin Overview as first nav entry
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -17,12 +17,12 @@ export default {
|
|||||||
root: "src",
|
root: "src",
|
||||||
title: "Custodian State Hub",
|
title: "Custodian State Hub",
|
||||||
pages: [
|
pages: [
|
||||||
// ── Pages (alphabetical) ──────────────────────────────────────────────────
|
// ── Pages (Overview first, then alphabetical) ────────────────────────────
|
||||||
|
{ name: "Overview", path: "/" },
|
||||||
{ name: "Contributions", path: "/contributions" },
|
{ name: "Contributions", path: "/contributions" },
|
||||||
{ name: "Domains", path: "/domains" },
|
{ name: "Domains", path: "/domains" },
|
||||||
{ name: "Goals", path: "/goals" },
|
{ name: "Goals", path: "/goals" },
|
||||||
{ name: "Inbox", path: "/inbox" },
|
{ name: "Inbox", path: "/inbox" },
|
||||||
{ name: "Overview", path: "/" },
|
|
||||||
{ name: "Progress", path: "/progress" },
|
{ name: "Progress", path: "/progress" },
|
||||||
{ name: "Todo", path: "/todo" },
|
{ name: "Todo", path: "/todo" },
|
||||||
// ── Sections (alphabetical) ───────────────────────────────────────────────
|
// ── Sections (alphabetical) ───────────────────────────────────────────────
|
||||||
|
|||||||
Reference in New Issue
Block a user