From 03134cdc691f257d66761295a4657afed661cc91 Mon Sep 17 00:00:00 2001 From: Local Administrator Date: Mon, 29 Jun 2026 18:35:45 +0000 Subject: [PATCH] About menu: Contact links to relevantmediaproperties.com/contact --- src/components/AboutDropdown.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AboutDropdown.tsx b/src/components/AboutDropdown.tsx index 67db36f..21c63c5 100644 --- a/src/components/AboutDropdown.tsx +++ b/src/components/AboutDropdown.tsx @@ -6,7 +6,7 @@ import Link from "next/link"; const ITEMS = [ { label: "About us", href: "/about" }, { label: "Editorial team", href: "/about/team" }, - { label: "Contact", href: "/about/contact" }, + { label: "Contact", href: "https://relevantmediaproperties.com/contact" }, { label: "Advertise", href: "/about/advertise" }, ];