From 1419b96abb6f96cdb6f3199022e8c86aa5e77eab Mon Sep 17 00:00:00 2001 From: Demetrius Semanko Date: Sun, 26 Apr 2026 00:09:03 -0400 Subject: [PATCH] Fix it for REAL --- src/components/NavItem.astro | 15 --------------- src/components/Navigation.astro | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/components/NavItem.astro b/src/components/NavItem.astro index 7816371..595a021 100644 --- a/src/components/NavItem.astro +++ b/src/components/NavItem.astro @@ -4,18 +4,3 @@ const pathname = new URL(Astro.request.url).pathname; const isCurrent = href === pathname; --- {label} - - diff --git a/src/components/Navigation.astro b/src/components/Navigation.astro index 30a2942..7878ff8 100644 --- a/src/components/Navigation.astro +++ b/src/components/Navigation.astro @@ -7,3 +7,18 @@ import NavItem from "./NavItem.astro"; + + -- 2.51.2