Skip to content

Commit ce660e2

Browse files
fix(plan-config): align buttons above divider (#1696)
* fix alignment of buttons on landing page * revert environment.ts * revert other change
1 parent 063bd61 commit ce660e2

File tree

2 files changed

+0
-4
lines changed
  • apps/sim/app

2 files changed

+0
-4
lines changed

apps/sim/app/(landing)/components/landing-pricing/landing-pricing.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import {
99
Database,
1010
DollarSign,
1111
HardDrive,
12-
Users,
1312
Workflow,
1413
} from 'lucide-react'
1514
import { useRouter } from 'next/navigation'
@@ -45,7 +44,6 @@ const FREE_PLAN_FEATURES: PricingFeature[] = [
4544
{ icon: DollarSign, text: '$10 usage limit' },
4645
{ icon: HardDrive, text: '5GB file storage' },
4746
{ icon: Workflow, text: 'Public template access' },
48-
{ icon: Users, text: 'Community support' },
4947
{ icon: Database, text: 'Limited log retention' },
5048
{ icon: Code2, text: 'CLI/SDK Access' },
5149
]

apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/settings-modal/components/subscription/plan-configs.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {
88
MessageSquare,
99
Server,
1010
Users,
11-
Workflow,
1211
Zap,
1312
} from 'lucide-react'
1413
import type { PlanFeature } from './components/plan-card'
@@ -18,7 +17,6 @@ export const PRO_PLAN_FEATURES: PlanFeature[] = [
1817
{ icon: Clock, text: '200 runs per minute (async)' },
1918
{ icon: HardDrive, text: '50GB file storage' },
2019
{ icon: Building2, text: 'Unlimited workspaces' },
21-
{ icon: Workflow, text: 'Unlimited workflows' },
2220
{ icon: Users, text: 'Unlimited invites' },
2321
{ icon: Database, text: 'Unlimited log retention' },
2422
]

0 commit comments

Comments
 (0)