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 */}