From 1a1a99350d992ff0098cabc71eef58ee4bdaeda6 Mon Sep 17 00:00:00 2001 From: Andrew Brower Date: Thu, 2 Oct 2025 00:52:25 -0400 Subject: [PATCH] feat: header link to home --- src/layouts/Layout.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 3dbf89e..73b985c 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -29,7 +29,7 @@ const isHome = Astro.url.pathname === "/";
-

{isHome ? "" : "Andrew Brower"}

+

{isHome ? "" : Andrew Brower}

{navButtons.map(({title, route}) => )}
-- 2.51.2