From 90aae4e54a2a47779867ab06aa21bac38a128697 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 13 Oct 2025 22:54:54 +0000 Subject: [PATCH] Add workshop tab content cgen-e57fc4db1e29407c946dba2812bc122b --- client/pages/Community.tsx | 60 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/client/pages/Community.tsx b/client/pages/Community.tsx index e919573f..dc94e7f0 100644 --- a/client/pages/Community.tsx +++ b/client/pages/Community.tsx @@ -3044,6 +3044,66 @@ export default function Community() { + + + {/* Workshop & Mod Support */} +
+
+ +
+ {workshopItems.map((item) => { + const Icon = item.icon; + return ( + + +
+ +
+ {item.title} + {item.description} +
+ +
+ Downloads + + {item.downloads.toLocaleString()} + +
+
+ Rating + + {item.rating.toFixed(1)} + +
+

+ Created by {item.author} +

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