From 25affdd6febb99b7974c38960d92290929c458cc Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Tue, 10 Feb 2026 01:27:21 +0000 Subject: [PATCH] fix: remove Contact Chris from navigation dropdown Co-Authored-By: Claude Opus 4.6 --- src/components/Navigation.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Navigation.tsx b/src/components/Navigation.tsx index 79878d3..f16a546 100644 --- a/src/components/Navigation.tsx +++ b/src/components/Navigation.tsx @@ -23,7 +23,6 @@ const menuItems = [ href: "/contact-thu", submenu: [ { label: "Contact Thu", href: "/contact-thu" }, - { label: "Contact Chris", href: "/contact-chris" }, { label: "Care Tent", href: "/care-tent" }, ], },