From f27c1d05df8541f84afef8e5e158bc002cecff87 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 13 Oct 2025 22:55:54 +0000 Subject: [PATCH] Add media tab content cgen-a61e969248d746c4b29522097cf7dda8 --- client/pages/Community.tsx | 53 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/client/pages/Community.tsx b/client/pages/Community.tsx index dc94e7f0..fa5f3d7e 100644 --- a/client/pages/Community.tsx +++ b/client/pages/Community.tsx @@ -3104,6 +3104,59 @@ export default function Community() { + + + {/* Media Galleries */} +
+
+ +
+ {mediaGallery.map((item) => ( + +
+ {item.title} + + {item.type} + +
+ +
+

+ {item.title} +

+

+ by {item.author} +

+
+
+ + + {item.likes} + + +
+
+
+ ))} +
+
+
+
{/* Community Stats */}