Drones to main menu

This commit is contained in:
2026-06-26 08:41:04 -04:00
parent 85020d2dae
commit 63522f545a
+1 -1
View File
@@ -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.