mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
feat: change billing plan get in touch to support email (#7523)
This commit is contained in:
parent
c5fdaeabd9
commit
bf2df49bd6
@ -58,7 +58,7 @@ export const BillingInformation: FC<IBillingInformationProps> = ({
|
||||
</StyledInfoLabel>
|
||||
<StyledDivider />
|
||||
<StyledInfoLabel>
|
||||
<a href='mailto:customersuccess@getunleash.io?subject=PRO plan clarifications'>
|
||||
<a href='mailto:support@getunleash.io?subject=PRO plan clarifications'>
|
||||
Get in touch with us
|
||||
</a>{' '}
|
||||
for any clarification
|
||||
|
@ -148,7 +148,7 @@ export const BillingPlan: FC<IBillingPlanProps> = ({ instanceStatus }) => {
|
||||
After you have sent your billing information, your
|
||||
instance will be upgraded - you don't have to do
|
||||
anything.{' '}
|
||||
<a href='mailto:customersuccess@getunleash.io?subject=PRO plan clarifications'>
|
||||
<a href='mailto:support@getunleash.io?subject=PRO plan clarifications'>
|
||||
Get in touch with us
|
||||
</a>{' '}
|
||||
for any clarification
|
||||
|
Loading…
Reference in New Issue
Block a user