From c0650f019cdd12e57f3545dce50a4dcd22e8e148 Mon Sep 17 00:00:00 2001 From: Oliver Bryan <04oliverbryan@gmail.com> Date: Mon, 29 Sep 2025 01:18:00 +0100 Subject: [PATCH] can now click on "projects/*" text to close project --- src/components/Header.astro | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index d8f18efa..9ef8a7b1 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -11,16 +11,24 @@ const pages = [ -
-
+
+
oliver bryan icon

oliver bryan

@@ -39,14 +47,17 @@ const pages = [ { !pages.find((page) => page.path === currentPage.path) && ( - - | {currentPage.path} + + {"|"} )