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: {
156
156
</ div >
157
157
158
158
{ 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" >
160
160
< p className = "text-muted-foreground text-sm" >
161
161
< span >
162
162
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 =
120
120
function ProPlanCancelPlanSheetContent ( ) {
121
121
return (
122
122
< div >
123
+ < h2 className = "mb-1 font-semibold text-2xl tracking-tight" >
124
+ Cancel Plan
125
+ </ h2 >
123
126
< p className = "mb-5 text-muted-foreground text-sm" >
124
127
Please contact us to cancel your Pro plan
125
128
</ p >
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ export const TEAM_PLANS: Record<
29
29
"Web, Mobile & Gaming SDKs" ,
30
30
"Contract and Wallet APIs" ,
31
31
"Audited smart contracts" ,
32
+ "Account Abstraction" ,
32
33
"Blockchain Infra (RPC, IPFS)" ,
33
34
] ,
34
35
} ,
@@ -42,7 +43,6 @@ export const TEAM_PLANS: Record<
42
43
"$100 Usage Credits" ,
43
44
"Email support" ,
44
45
"SMS Onboarding" ,
45
- "Account abstraction" ,
46
46
"30d User Analytics" ,
47
47
"Gas grant for transactions" ,
48
48
] ,
You can’t perform that action at this time.
0 commit comments