1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-23 00:22:19 +01:00

fix: update the customer success email for limits (#7933)

The previously used email address doesn't actually exist 😳 It was taken
from the sketches and we just never verified it.
This commit is contained in:
Thomas Heartman 2024-08-20 11:58:25 +02:00 committed by GitHub
parent 02c8250905
commit 8e2ae6c6c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,8 +89,8 @@ export const Limit: FC<{
<>
If you need more than <strong>{limit}</strong> {shortName ?? name},
please reach out to us at{' '}
<a href='mailto:cs@getunleash.io?subject=Increase limit'>
cs@getunleash.io
<a href='mailto:customersuccess@getunleash.io?subject=Increase limit'>
customersuccess@getunleash.io
</a>
</>
);