From 4b2e96c6815735d9c54ac0d19a9c863b83107ede Mon Sep 17 00:00:00 2001 From: platform-mcp Date: Wed, 17 Jun 2026 20:20:01 +0530 Subject: [PATCH] feat(header): add WRNexus external nav link Add a top-level "WRNexus" navigation item linking to https://wrnexus.com/ that opens in a new tab. Implemented via the data-driven navLinks array with an `external` flag; desktop and mobile renderers apply target="_blank" and rel="noopener noreferrer" and skip prefetch/active-state for external links. Co-Authored-By: Claude Opus 4.8 --- src/components/Header.astro | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index 8701f07..95c185f 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -130,16 +130,23 @@ const currentPath = Astro.url.pathname; + +