From a7952319a0680740e82da268cdca3ee0bfc9b382 Mon Sep 17 00:00:00 2001 From: Amit Rana Date: Tue, 12 May 2026 00:00:25 +0530 Subject: [PATCH] nav: point Marketplace link at marketplace subdomain, drop redundant Site Auditor item MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The new marketplace.quantumtaskai.com hub IS the marketplace — no need for a static marketplace.html mirror. The standalone "Site Auditor" nav item is also redundant now that Site Auditor lives inside the hub; visitors discover it via the Marketplace entry. Co-Authored-By: Claude Sonnet 4.6 --- shared-header.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shared-header.js b/shared-header.js index fc54105..e0619fe 100644 --- a/shared-header.js +++ b/shared-header.js @@ -15,10 +15,9 @@ var NAV_LINKS = [ { label: 'Home', url: 'https://quantumtaskai.com' }, - { label: 'Marketplace', url: 'https://quantumtaskai.com/marketplace.html' }, + { label: 'Marketplace', url: 'https://marketplace.quantumtaskai.com' }, { label: 'AI Digital Branding', url: 'https://quantumtaskai.com/digital-branding.html' }, { label: 'Blog', url: 'https://blog.quantumtaskai.com/' }, - { label: 'Site Auditor', url: 'https://marketplace.quantumtaskai.com' }, ]; // ─── Styles (matches static site css/style.css header) ──────────