From 63522f545a9cd593590de6b7d87b0be9efd3d757 Mon Sep 17 00:00:00 2001 From: James Pattinson Date: Fri, 26 Jun 2026 08:41:04 -0400 Subject: [PATCH] Drones to main menu --- src/lib/site.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/site.ts b/src/lib/site.ts index 3c353ba..c62cfbd 100644 --- a/src/lib/site.ts +++ b/src/lib/site.ts @@ -23,12 +23,12 @@ export const site = { children: [ { label: 'Cafe', href: '/about/cafe/' }, { label: 'History', href: '/about/history/' }, - { label: 'Drones', href: '/about/drones/' }, { label: 'Fees and Charges', href: '/about/fees-and-charges/' }, { label: 'Noise', href: '/about/noise/' }, { label: 'Volunteering', href: '/about/volunteering/' }, ], }, + { label: 'Drones', href: '/about/drones/' }, { label: 'Events', href: '/events/' }, { label: 'News', href: '/news/' }, // Keep the documents page available, but hidden from the menu until needed. -- 2.52.0