From cd5dffc48973deaa5ce5753fad71bb539f4617b8 Mon Sep 17 00:00:00 2001 From: Andrew Northall Date: Thu, 23 Jul 2026 02:48:24 +0100 Subject: [PATCH 1/2] feat: disable links no longer relevant post-conference Disable ticket, remote, and visa page links site-wide, by removing them from the menus and placing a TODO to re-enable next year. The pages themselves still exist. The remote ticket banner at the top of the site was also hidden. --- src/components/Header.astro | 12 +++++- src/components/sections/hero/hero.astro | 3 ++ src/data/nav.ts | 52 +++++++++++++------------ src/layouts/Layout.astro | 6 ++- 4 files changed, 46 insertions(+), 27 deletions(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index 699cafbec..6b346aa3f 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -111,12 +111,15 @@ const activeMenus = NAV_MENUS.map((menu) => ({ ), ) } + + +