fix(dashboard): pin Overview as first nav entry
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b4e26fdc8f
commit
e9190c179f
1 changed files with 2 additions and 2 deletions
|
|
@ -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) ───────────────────────────────────────────────
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue