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); --- -