From b2c89275ec7e1cfbca26903cb5ab6b7b3e686fd8 Mon Sep 17 00:00:00 2001 From: Nathan Cummins Date: Wed, 13 Aug 2025 09:36:51 +0930 Subject: [PATCH] Refactor and simplify navbar, now behaves more consistenly --- src/components/Navbar.astro | 157 ++++++++---------------------------- 1 file changed, 35 insertions(+), 122 deletions(-) diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index dd93bd4..7a2c5c6 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -13,18 +13,20 @@ const { navbarDisplay = "normal" } = Astro.props as Props; --- @@ -123,104 +112,28 @@ const { navbarDisplay = "normal" } = Astro.props as Props;