Skip to content

Commit 5f93ee8

Browse files
committed
Prioritize language access in pricing plan features
Move "Access to all languages" to the top of feature lists (after compile units) for Pro and Max plans to highlight this key differentiator
1 parent 0745ce4 commit 5f93ee8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/payments/PricingPlans.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ const plans = [
3333
units: 50000,
3434
features: [
3535
'50,000 compile units/month',
36-
'Additional compiles at $0.001 each',
3736
'Access to all languages',
37+
'Additional compiles at $0.001 each',
3838
'Email support',
3939
'Private and public tasks',
4040
'Advanced IDE features',
@@ -52,8 +52,8 @@ const plans = [
5252
units: 1000000,
5353
features: [
5454
'1,000,000 compile units/month',
55-
'Additional compiles at $0.0002 each',
5655
'Access to all languages',
56+
'Additional compiles at $0.0002 each',
5757
'Priority support',
5858
'Private and public tasks',
5959
'Team collaboration features',

0 commit comments

Comments
 (0)