Skip to content

Commit

Permalink
fix: update the customer success email for limits (#7933)
Browse files Browse the repository at this point in the history
The previously used email address doesn't actually exist 😳 It was taken
from the sketches and we just never verified it.
  • Loading branch information
thomasheartman authored Aug 20, 2024
1 parent 02c8250 commit 8e2ae6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/component/common/Limit/Limit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
</>
);
Expand Down

0 comments on commit 8e2ae6c

Please sign in to comment.