From d7f4d6321e7b014e832269adcc02fc549000ac51 Mon Sep 17 00:00:00 2001 From: aleidk Date: Thu, 29 Feb 2024 17:03:04 -0300 Subject: [PATCH] feat(Layout): apply view transition to page navigation --- src/components/Navbar.astro | 16 +++++++++------- src/layouts/Layout.astro | 16 ++++++++-------- 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 35bb261..9b9839f 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -6,8 +6,6 @@ const links = [ { href: '/curriculum', text: 'Curriculum' }, { href: '/contact', text: 'Contact' }, ]; - -// TODO: Fix so the "active" class can come from the server so it doesnt flicker --- - -