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;