From b66291aac1cfa1e1de93ead27f1769432797f767 Mon Sep 17 00:00:00 2001 From: tegwick Date: Wed, 18 Mar 2026 02:08:54 +0100 Subject: [PATCH] =?UTF-8?q?fix(dashboard):=20rename=20Repository=20?= =?UTF-8?q?=E2=86=92=20Repositories,=20Policy=20=E2=86=92=20Policies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- dashboard/observablehq.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard/observablehq.config.js b/dashboard/observablehq.config.js index dbacc02..bbdd290 100644 --- a/dashboard/observablehq.config.js +++ b/dashboard/observablehq.config.js @@ -27,7 +27,7 @@ export default { { name: "Todo", path: "/todo" }, // ── Sections (alphabetical) ─────────────────────────────────────────────── { - name: "Policy", + name: "Policies", collapsible: true, open: false, pages: [ @@ -35,7 +35,7 @@ export default { ], }, { - name: "Repository", + name: "Repositories", path: "/repos", collapsible: true, open: false,