From 400bf16dd9c7153d3e34afa69bc749f1116a5efe Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 9 Jun 2025 22:21:25 -0500 Subject: [PATCH] use global value --- src/components/Navigation.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Navigation.astro b/src/components/Navigation.astro index 536d17d..b77ffa8 100644 --- a/src/components/Navigation.astro +++ b/src/components/Navigation.astro @@ -72,7 +72,7 @@ const currentPath = pathname.slice(1); class="pointer-events-none fixed inset-0 z-50 flex flex-col bg-white opacity-0 transition-all duration-300 ease-in-out dark:bg-zinc-900" >
- JD + {global.initals}