mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-26 13:48:33 +02:00
chore: change get in touch email and use biome from node_modules (#7496)
This commit is contained in:
parent
441c399f58
commit
79628d3e7d
@ -58,7 +58,7 @@ export const BillingInformation: FC<IBillingInformationProps> = ({
|
|||||||
</StyledInfoLabel>
|
</StyledInfoLabel>
|
||||||
<StyledDivider />
|
<StyledDivider />
|
||||||
<StyledInfoLabel>
|
<StyledInfoLabel>
|
||||||
<a href='mailto:elise@getunleash.ai?subject=PRO plan clarifications'>
|
<a href='mailto:customersuccess@getunleash.io?subject=PRO plan clarifications'>
|
||||||
Get in touch with us
|
Get in touch with us
|
||||||
</a>{' '}
|
</a>{' '}
|
||||||
for any clarification
|
for any clarification
|
||||||
|
@ -148,7 +148,7 @@ export const BillingPlan: FC<IBillingPlanProps> = ({ instanceStatus }) => {
|
|||||||
After you have sent your billing information, your
|
After you have sent your billing information, your
|
||||||
instance will be upgraded - you don't have to do
|
instance will be upgraded - you don't have to do
|
||||||
anything.{' '}
|
anything.{' '}
|
||||||
<a href='mailto:elise@getunleash.ai?subject=PRO plan clarifications'>
|
<a href='mailto:customersuccess@getunleash.io?subject=PRO plan clarifications'>
|
||||||
Get in touch with us
|
Get in touch with us
|
||||||
</a>{' '}
|
</a>{' '}
|
||||||
for any clarification
|
for any clarification
|
||||||
|
@ -236,13 +236,13 @@
|
|||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{js,ts}": [
|
"*.{js,ts}": [
|
||||||
"biome check --write --no-errors-on-unmatched"
|
"yarn biome check --write --no-errors-on-unmatched"
|
||||||
],
|
],
|
||||||
"*.{jsx,tsx}": [
|
"*.{jsx,tsx}": [
|
||||||
"biome check --write --no-errors-on-unmatched"
|
"yarn biome check --write --no-errors-on-unmatched"
|
||||||
],
|
],
|
||||||
"*.json": [
|
"*.json": [
|
||||||
"biome format --write --no-errors-on-unmatched"
|
"yarn biome format --write --no-errors-on-unmatched"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@4.3.1"
|
"packageManager": "yarn@4.3.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user