From e00e663ece7155ff3c6b427e933e27899f3c00a2 Mon Sep 17 00:00:00 2001 From: Noa Virellia Date: Thu, 21 May 2026 00:28:20 +0800 Subject: [PATCH] refactor(navbar): replace style block with Tailwind utility classes --- src/components/Navbar.astro | 276 ++++-------------------------------- 1 file changed, 31 insertions(+), 245 deletions(-) diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index cbaf5c0..c433085 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -16,55 +16,52 @@ const url = (l: Locale, p: Page) => getPageUrl(l, p); const switchHref = url(otherLocale, activePage); --- -