Skip to content

Commit 9dc3966

Browse files
author
Chris Cross
committed
fix: build linting
1 parent 0606ed7 commit 9dc3966

5 files changed

Lines changed: 2 additions & 12 deletions

File tree

src/pages/products/Allowly.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ import {
88
ChevronRight,
99
X,
1010
ArrowRight,
11-
Clock,
12-
Zap,
1311
Shield,
14-
CreditCard,
1512
Settings,
1613
TrendingUp,
1714
} from "lucide-react";

src/pages/products/Chaoscraft.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { useState } from "react";
44
import {
55
Sparkles,
66
Zap,
7-
Clock,
87
Users,
98
Star,
109
Play,

src/pages/products/Contribute.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import {
44
Heart,
55
Zap,
66
Shield,
7-
Clock,
87
DollarSign,
98
Link2,
109
CheckCircle2,
@@ -422,7 +421,7 @@ export default function ContributePage() {
422421
GitHub Sponsors
423422
</div>
424423
{comparison.map((row, idx) => (
425-
<div key={row.feature} className="contents">
424+
<div key={idx} className="contents">
426425
<div className="p-4 text-sm border-b border-r border-border/30 bg-muted/5">
427426
{row.feature}
428427
</div>

src/pages/products/Polycode.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ import {
1515
Sparkles,
1616
Lock,
1717
Github,
18-
Clock,
19-
Users,
2018
Code2,
2119
} from "lucide-react";
2220

src/pages/products/Tributary.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
import { useState } from "react";
22
import {
33
Droplets,
4-
Zap,
54
Shield,
6-
Clock,
75
CreditCard,
8-
Layers,
96
CheckCircle2,
107
ChevronRight,
118
X,
@@ -474,7 +471,7 @@ export default function TributaryPage() {
474471
Stripe/PayPal
475472
</div>
476473
{comparison.map((row, idx) => (
477-
<div key={row.feature} className="contents">
474+
<div key={idx} className="contents">
478475
<div className="p-4 text-sm border-b border-r border-border/30 bg-muted/5">
479476
{row.feature}
480477
</div>

0 commit comments

Comments
 (0)