From 3f2e1a5879febb6dc32c755bacfcfa17005b2721 Mon Sep 17 00:00:00 2001 From: Mike Hartington Date: Fri, 24 Apr 2026 08:10:52 -0400 Subject: [PATCH] fix(site): support links to email --- apps/site/src/data/support.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/site/src/data/support.json b/apps/site/src/data/support.json index b49c61f372..64e67c9694 100644 --- a/apps/site/src/data/support.json +++ b/apps/site/src/data/support.json @@ -49,8 +49,8 @@ "description": "We're here to help. Response times depending on your subscription level and the volume of requests we're receiving.", "links": [ { - "label": "Contact Sales", - "url": "/contact", + "label": "Email us", + "url": "mailto:support@prisma.io", "icon": "fa-regular fa-arrow-right" } ]