File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
app/team/[team_slug]/(team)/~/settings/billing/components
components/settings/Account/Billing/CancelPlanModal Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ export function PlanInfoCardUI(props: {
156156 </ div >
157157
158158 { props . team . billingPlan !== "free" && (
159- < div className = "flex flex-col items-center justify-between gap-4 border-t p-4 lg:flex-row lg:p-6" >
159+ < div className = "flex flex-col gap-4 border-t p-4 lg:flex-row lg:items-center lg:justify-between lg:p-6" >
160160 < p className = "text-muted-foreground text-sm" >
161161 < span >
162162 Adjust your plan here to avoid unnecessary charges.{ " " }
Original file line number Diff line number Diff line change @@ -120,6 +120,9 @@ const PRO_CONTACT_US_URL =
120120function ProPlanCancelPlanSheetContent ( ) {
121121 return (
122122 < div >
123+ < h2 className = "mb-1 font-semibold text-2xl tracking-tight" >
124+ Cancel Plan
125+ </ h2 >
123126 < p className = "mb-5 text-muted-foreground text-sm" >
124127 Please contact us to cancel your Pro plan
125128 </ p >
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ export const TEAM_PLANS: Record<
2929 "Web, Mobile & Gaming SDKs" ,
3030 "Contract and Wallet APIs" ,
3131 "Audited smart contracts" ,
32+ "Account Abstraction" ,
3233 "Blockchain Infra (RPC, IPFS)" ,
3334 ] ,
3435 } ,
@@ -42,7 +43,6 @@ export const TEAM_PLANS: Record<
4243 "$100 Usage Credits" ,
4344 "Email support" ,
4445 "SMS Onboarding" ,
45- "Account abstraction" ,
4646 "30d User Analytics" ,
4747 "Gas grant for transactions" ,
4848 ] ,
You can’t perform that action at this time.
0 commit comments