We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffd03b5 commit 0bf20dbCopy full SHA for 0bf20db
1 file changed
packages/web/src/ee/features/lighthouse/planComparisonTable.tsx
@@ -88,8 +88,8 @@ export function PlanComparisonTable({
88
<TableRow>
89
<TableHead />
90
<TableHead className="w-52 align-top">
91
- <div className="text-lg text-primary">Community</div>
92
- <div className="text-xs text-muted-foreground font-normal mt-0.5">Free</div>
+ <div className="text-lg text-primary">Free</div>
+ <div className="text-xs text-muted-foreground font-normal mt-0.5">Free for everyone</div>
93
</TableHead>
94
95
<span className="text-lg text-primary">Pro</span>
0 commit comments