From 476714c315e0b215419950a6d4bcafe687acd10a Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 13 Oct 2025 23:53:47 +0000 Subject: [PATCH] Remove duplicate stats section after tabs cgen-d3cd044926ee44f39cfd3a7a7f98b948 --- client/pages/Community.tsx | 32 -------------------------------- 1 file changed, 32 deletions(-) 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 */}