diff --git a/frontend/src/component/admin/billing/BillingDashboard/BillingInformation/BillingInformation.tsx b/frontend/src/component/admin/billing/BillingDashboard/BillingInformation/BillingInformation.tsx index 08f738749b..eadb036cfa 100644 --- a/frontend/src/component/admin/billing/BillingDashboard/BillingInformation/BillingInformation.tsx +++ b/frontend/src/component/admin/billing/BillingDashboard/BillingInformation/BillingInformation.tsx @@ -58,7 +58,7 @@ export const BillingInformation: FC = ({ - + Get in touch with us {' '} for any clarification diff --git a/frontend/src/component/admin/billing/BillingDashboard/BillingPlan/BillingPlan.tsx b/frontend/src/component/admin/billing/BillingDashboard/BillingPlan/BillingPlan.tsx index 67bb86eac3..fc0943202c 100644 --- a/frontend/src/component/admin/billing/BillingDashboard/BillingPlan/BillingPlan.tsx +++ b/frontend/src/component/admin/billing/BillingDashboard/BillingPlan/BillingPlan.tsx @@ -148,7 +148,7 @@ export const BillingPlan: FC = ({ instanceStatus }) => { After you have sent your billing information, your instance will be upgraded - you don't have to do anything.{' '} - + Get in touch with us {' '} for any clarification diff --git a/package.json b/package.json index e8f8501db9..c38118df3a 100644 --- a/package.json +++ b/package.json @@ -236,13 +236,13 @@ }, "lint-staged": { "*.{js,ts}": [ - "biome check --write --no-errors-on-unmatched" + "yarn biome check --write --no-errors-on-unmatched" ], "*.{jsx,tsx}": [ - "biome check --write --no-errors-on-unmatched" + "yarn biome check --write --no-errors-on-unmatched" ], "*.json": [ - "biome format --write --no-errors-on-unmatched" + "yarn biome format --write --no-errors-on-unmatched" ] }, "packageManager": "yarn@4.3.1"