From 8e2ae6c6c7724964feed5b326e97f2065cbc4dff Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Tue, 20 Aug 2024 11:58:25 +0200 Subject: [PATCH] fix: update the customer success email for limits (#7933) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previously used email address doesn't actually exist 😳 It was taken from the sketches and we just never verified it. --- frontend/src/component/common/Limit/Limit.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/component/common/Limit/Limit.tsx b/frontend/src/component/common/Limit/Limit.tsx index 714c0db2bbe2..9c94f891b6e0 100644 --- a/frontend/src/component/common/Limit/Limit.tsx +++ b/frontend/src/component/common/Limit/Limit.tsx @@ -89,8 +89,8 @@ export const Limit: FC<{ <> If you need more than {limit} {shortName ?? name}, please reach out to us at{' '} - - cs@getunleash.io + + customersuccess@getunleash.io );