From 0a6560ba9d6ef465b3fb2dd811cd9d787ffb2189 Mon Sep 17 00:00:00 2001 From: tegwick Date: Wed, 18 Mar 2026 02:07:03 +0100 Subject: [PATCH] fix(dashboard): pin Overview as first nav entry Co-Authored-By: Claude Sonnet 4.6 --- state-hub/dashboard/observablehq.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/state-hub/dashboard/observablehq.config.js b/state-hub/dashboard/observablehq.config.js index 92f4ce5..dbacc02 100644 --- a/state-hub/dashboard/observablehq.config.js +++ b/state-hub/dashboard/observablehq.config.js @@ -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) ───────────────────────────────────────────────