diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 6223d5c..2ee0c8b 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -24,7 +24,8 @@ let links: NavBarLink[] = navBarConfig.links.map(
+ "navbar-blur card-base relative isolate !overflow-visible max-w-[var(--page-width)] h-[4.5rem] !rounded-t-none mx-auto flex items-center justify-between px-4 !bg-white/45 dark:!bg-slate-900/35 backdrop-blur-xl backdrop-saturate-150 border-x border-b border-white/35 dark:border-white/10 shadow-[0_8px_24px_rgba(15,23,42,0.08)] dark:shadow-[0_8px_24px_rgba(2,6,23,0.22)]"]}> +
@@ -104,6 +105,18 @@ function loadButtonScript() { loadButtonScript(); + + {import.meta.env.PROD &&