Skip to content

Commit 2d15e6f

Browse files
committed
Dashboard: Update pricing cards, style tweaks (#6675)
1 parent e450d32 commit 2d15e6f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

apps/dashboard/src/app/team/[team_slug]/(team)/~/settings/billing/components/PlanInfoCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.{" "}

apps/dashboard/src/components/settings/Account/Billing/CancelPlanModal/CancelPlanModal.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ const PRO_CONTACT_US_URL =
120120
function 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>

apps/dashboard/src/utils/pricing.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
],

0 commit comments

Comments
 (0)