diff --git a/apps/dashboard/src/components/settings/Account/Billing/planToTierRecord.ts b/apps/dashboard/src/components/settings/Account/Billing/planToTierRecord.ts index 15b412c96fb..f23edf14885 100644 --- a/apps/dashboard/src/components/settings/Account/Billing/planToTierRecord.ts +++ b/apps/dashboard/src/components/settings/Account/Billing/planToTierRecord.ts @@ -3,8 +3,8 @@ import type { Team } from "@/api/team"; // Note: Growth legacy is considered higher tier in this hierarchy export const planToTierRecordForGating: Record = { free: 0, - starter_legacy: 1, - starter: 2, + starter: 1, + starter_legacy: 2, growth: 3, accelerate: 4, growth_legacy: 5, diff --git a/apps/dashboard/src/components/smart-wallets/SponsorshipPolicies/index.tsx b/apps/dashboard/src/components/smart-wallets/SponsorshipPolicies/index.tsx index 2f528bdb01a..04942e6c23e 100644 --- a/apps/dashboard/src/components/smart-wallets/SponsorshipPolicies/index.tsx +++ b/apps/dashboard/src/components/smart-wallets/SponsorshipPolicies/index.tsx @@ -572,7 +572,7 @@ export function AccountAbstractionSettingsPage(