diff --git a/client/pages/Community.tsx b/client/pages/Community.tsx index 7817074f..542f03d4 100644 --- a/client/pages/Community.tsx +++ b/client/pages/Community.tsx @@ -3511,38 +3511,6 @@ export default function Community() { )} - {/* Community Stats */} - - - - {stats.map((stat, index) => { - const Icon = stat.icon; - return ( - - - - - - - - - {stat.value} - - - {stat.label} - - - - ); - })} - - - - {/* Community Platforms */}
- {stat.label} -