From 1b9277557bf5eee351684726be25a89432843f26 Mon Sep 17 00:00:00 2001 From: TANMAY Date: Sat, 1 Jun 2024 00:22:49 +0530 Subject: [PATCH] chnage the stats --- pages/community/our-community/index.tsx | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/pages/community/our-community/index.tsx b/pages/community/our-community/index.tsx index c08a8ba..6ed46a4 100644 --- a/pages/community/our-community/index.tsx +++ b/pages/community/our-community/index.tsx @@ -27,27 +27,23 @@ const octoImage = octo as LocalImage; const STATS = [ { metric: "6,000+", - label: "Active Nodes", + label: "No. of People Healed", }, { metric: "Every", label: "Country Represented", }, { - metric: "50,000+", - label: "Blocks Mined", + metric: "25,000+", + label: "privet Community Members", }, { metric: "42,000+", - label: "Community Members", + label: " free Community Members", }, { metric: "13,000+", - label: "Assets Minted", - }, - { - metric: "140,000+", - label: "Grafittis", + label: "No. of Sessions Given", }, ];