From 759c5083636c2ab02cb232616a392247da1247bd Mon Sep 17 00:00:00 2001 From: gearnode Date: Thu, 13 Mar 2025 07:51:11 +0100 Subject: [PATCH] Update support button link Signed-off-by: gearnode --- apps/console/src/components/NavSecondary.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/console/src/components/NavSecondary.tsx b/apps/console/src/components/NavSecondary.tsx index a233b352e..5d324f616 100644 --- a/apps/console/src/components/NavSecondary.tsx +++ b/apps/console/src/components/NavSecondary.tsx @@ -12,7 +12,7 @@ import { const navItems = [ { title: "Support", - url: "#", + url: "mailto:support@getprobo.com", icon: LifeBuoy, }, {