From a1c9a2127be18e3e145f62877297abf19d971c44 Mon Sep 17 00:00:00 2001 From: Marco Date: Wed, 26 Aug 2026 19:06:06 +0000 Subject: [PATCH] Navbar: mark Werkzeuge active on /lebensuhr and /3x3-system --- app/components/Navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/Navbar.tsx b/app/components/Navbar.tsx index e8138ab..de4a291 100644 --- a/app/components/Navbar.tsx +++ b/app/components/Navbar.tsx @@ -63,7 +63,7 @@ function getNavLinks(singleActiveProduct: boolean) { // /der-eine and /tasse-die-pause (both bespoke product detail pages, same // "own route, not nested" shape as /todo-cards) added here for the same // reason (2026-08-25). -const WERKZEUGE_ROUTES = ["/todo-cards", "/7-tage-klarheits-check", "/newsletter", "/der-eine", "/tasse-die-pause"]; +const WERKZEUGE_ROUTES = ["/todo-cards", "/7-tage-klarheits-check", "/newsletter", "/der-eine", "/tasse-die-pause", "/lebensuhr", "/3x3-system"]; function isNavLinkActive(href: string, pathname: string, activeSection: string): boolean { if (href === "#werkzeuge") {