Skip to content

Commit 0bf20db

Browse files
chore(web): Update pricing table to use 'free' instead of 'community'
1 parent ffd03b5 commit 0bf20db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/web/src/ee/features/lighthouse/planComparisonTable.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ export function PlanComparisonTable({
8888
<TableRow>
8989
<TableHead />
9090
<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>
91+
<div className="text-lg text-primary">Free</div>
92+
<div className="text-xs text-muted-foreground font-normal mt-0.5">Free for everyone</div>
9393
</TableHead>
9494
<TableHead className="w-52 align-top">
9595
<span className="text-lg text-primary">Pro</span>

0 commit comments

Comments
 (0)