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.