diff --git a/apps/dashboard/src/app/team/[team_slug]/(team)/~/settings/billing/components/PlanInfoCard.tsx b/apps/dashboard/src/app/team/[team_slug]/(team)/~/settings/billing/components/PlanInfoCard.tsx index 6d21d60c785..42650c4b9b6 100644 --- a/apps/dashboard/src/app/team/[team_slug]/(team)/~/settings/billing/components/PlanInfoCard.tsx +++ b/apps/dashboard/src/app/team/[team_slug]/(team)/~/settings/billing/components/PlanInfoCard.tsx @@ -156,7 +156,7 @@ export function PlanInfoCardUI(props: { {props.team.billingPlan !== "free" && ( -
+

Adjust your plan here to avoid unnecessary charges.{" "} diff --git a/apps/dashboard/src/components/settings/Account/Billing/CancelPlanModal/CancelPlanModal.tsx b/apps/dashboard/src/components/settings/Account/Billing/CancelPlanModal/CancelPlanModal.tsx index 842e9389773..389dd259c6b 100644 --- a/apps/dashboard/src/components/settings/Account/Billing/CancelPlanModal/CancelPlanModal.tsx +++ b/apps/dashboard/src/components/settings/Account/Billing/CancelPlanModal/CancelPlanModal.tsx @@ -120,6 +120,9 @@ const PRO_CONTACT_US_URL = function ProPlanCancelPlanSheetContent() { return (

+

+ Cancel Plan +

Please contact us to cancel your Pro plan

diff --git a/apps/dashboard/src/utils/pricing.tsx b/apps/dashboard/src/utils/pricing.tsx index db97bc82d5d..13b1a58691e 100644 --- a/apps/dashboard/src/utils/pricing.tsx +++ b/apps/dashboard/src/utils/pricing.tsx @@ -29,6 +29,7 @@ export const TEAM_PLANS: Record< "Web, Mobile & Gaming SDKs", "Contract and Wallet APIs", "Audited smart contracts", + "Account Abstraction", "Blockchain Infra (RPC, IPFS)", ], }, @@ -42,7 +43,6 @@ export const TEAM_PLANS: Record< "$100 Usage Credits", "Email support", "SMS Onboarding", - "Account abstraction", "30d User Analytics", "Gas grant for transactions", ],