Skip to content

Commit 62a085b

Browse files
Preceding changes
1 parent 055b170 commit 62a085b

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

src/components/ParticipationSection.tsx

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,6 @@ const features = [{
1717
description: "Contribute to ongoing discussions and knowledge sharing in our decentralized forums."
1818
}];
1919

20-
const stats = [{
21-
value: "195",
22-
label: "Countries - DAO Members",
23-
icon: Globe,
24-
color: "text-alien-green",
25-
planetIcon: true
26-
}, {
27-
value: "161 YB",
28-
label: "Data Storage",
29-
icon: Database,
30-
color: "text-alien-gold"
31-
}, {
32-
value: "$125M",
33-
label: "Total Value Locked",
34-
icon: CircleDollarSign,
35-
color: "text-alien-gold"
36-
}, {
37-
value: "99.99%",
38-
label: "DAO Uptime",
39-
icon: Calendar,
40-
color: "text-alien-green"
41-
}];
4220

4321
const ParticipationSection = () => {
4422
return <section id="participate" className="py-20 relative">

0 commit comments

Comments
 (0)