Skip to content

Commit f0dce0a

Browse files
authored
Update plan tier hierarchy for sponsorship policies (#6853)
1 parent e28eb73 commit f0dce0a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/dashboard/src/components/settings/Account/Billing/planToTierRecord.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import type { Team } from "@/api/team";
33
// Note: Growth legacy is considered higher tier in this hierarchy
44
export const planToTierRecordForGating: Record<Team["billingPlan"], number> = {
55
free: 0,
6-
starter_legacy: 1,
7-
starter: 2,
6+
starter: 1,
7+
starter_legacy: 2,
88
growth: 3,
99
accelerate: 4,
1010
growth_legacy: 5,

apps/dashboard/src/components/smart-wallets/SponsorshipPolicies/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ export function AccountAbstractionSettingsPage(
572572
</div>
573573

574574
<GatedSwitch
575-
requiredPlan="accelerate"
575+
requiredPlan="starter"
576576
currentPlan={props.validTeamPlan}
577577
teamSlug={props.teamSlug}
578578
switchProps={{

0 commit comments

Comments
 (0)