Skip to content

Commit 40a0b2e

Browse files
committed
Rename Flex to Strong
1 parent cba210d commit 40a0b2e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

common/src/constants/subscription-plans.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const SUBSCRIPTION_DISPLAY_NAME = 'Flex' as const
1+
export const SUBSCRIPTION_DISPLAY_NAME = 'Strong' as const
22

33
export interface TierConfig {
44
monthlyPrice: number

web/src/app/profile/components/usage-display.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ const grantTypeInfo: Record<
5858
text: 'text-indigo-600 dark:text-indigo-400',
5959
gradient: 'from-indigo-500/70 to-indigo-600/70',
6060
icon: <Star className="h-4 w-4" />,
61-
label: 'Flex',
62-
description: 'Credits from your Flex subscription',
61+
label: 'Strong',
62+
description: 'Credits from your Strong subscription',
6363
},
6464
referral: {
6565
bg: 'bg-green-500',

0 commit comments

Comments
 (0)