From 6b20be101f052d24bfa961aa8d324c168e137f4e Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Thu, 20 Feb 2025 18:07:13 -0800 Subject: [PATCH] fix: dupe link --- src/config/NavItems.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/config/NavItems.ts b/src/config/NavItems.ts index c006a89..e96b9d1 100644 --- a/src/config/NavItems.ts +++ b/src/config/NavItems.ts @@ -28,7 +28,6 @@ const NaomiNavItems = [ { href: "/koikatsu", text: "Koikatsu Scenes" }, { href: "/games", text: "Game Screenshots" }, { href: "/art", text: "Art of Naomi" }, - { href: "https://contact.nhcarrigan.com", text: "Contact Us" }, { href: "https://resume.nhcarrigan.com", text: "Resume" }, { href: "https://blog.nhcarrigan.com", text: "Blog" }, { href: "https://testimonials.nhcarrigan.com", text: "Testimonials" },