Skip to content

Commit

Permalink
fix: update the customer success email for limits
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Aug 20, 2024
1 parent 58f2b5a commit afc3895
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 afc3895

Please sign in to comment.