From bc10d5fe4b573517c16772ba19bcf1def0afca27 Mon Sep 17 00:00:00 2001 From: platform-mcp Date: Wed, 17 Jun 2026 20:18:23 +0530 Subject: [PATCH] pre-agent: Fix mobile menu full-screen overlay --- src/components/Header.astro | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index a13ebe8..8701f07 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -17,6 +17,7 @@ const navLinks = [ { name: 'Portfolio', href: '/portfolio' }, { name: 'Blog', href: '/blog' }, { name: 'Contact', href: '/contact' }, + { name: 'WRNexus', href: 'https://wrnexus.com/', external: true }, ]; const currentPath = Astro.url.pathname; @@ -49,14 +50,16 @@ const currentPath = Astro.url.pathname;