diff --git a/client/pages/Community.tsx b/client/pages/Community.tsx index af8366ae..5a5dd188 100644 --- a/client/pages/Community.tsx +++ b/client/pages/Community.tsx @@ -2439,6 +2439,40 @@ export default function Community() { + + + {/* Community Stats */} +
+
+
+ {stats.map((stat, index) => { + const Icon = stat.icon; + return ( +
+
+
+ +
+
+
+
+ {stat.value} +
+

+ {stat.label} +

+
+
+ ); + })} +
+
+
+
{/* Community Stats */}