Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export const InAppWalletSettingsUI: React.FC<
const hasCustomBranding =
!!config.applicationImageUrl?.length || !!config.applicationName?.length;

const authRequiredPlan = "accelerate";
const authRequiredPlan = "growth";
const brandingRequiredPlan = "starter";

// accelerate or higher plan required
Expand Down
5 changes: 2 additions & 3 deletions apps/dashboard/src/utils/pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export const TEAM_PLANS: Record<
"$100 Usage Credits",
"Email support",
"SMS Onboarding",
"Custom Wallet Branding & Auth",
"30d User Analytics",
"Gas grant for transactions",
],
Expand All @@ -55,8 +56,6 @@ export const TEAM_PLANS: Record<
description: "For funded startups and mid-size businesses.",
features: [
"$250 Usage Credits",
"Custom Wallet Branding & Auth",
"Dedicated Engine Server",
"24hr Guaranteed Support",
"90d User Analytics",
],
Expand All @@ -68,7 +67,7 @@ export const TEAM_PLANS: Record<
subTitle: "Everything in Accelerate, plus:",
trialPeriodDays: 0,
features: [
"$400 Usage Credits",
"$500 Usage Credits",
"12hr Guaranteed Response",
"Slack Channel Support",
"Whitelabel Infra Support",
Expand Down
Loading