From a8345f311eee775ac5c36702817782c2bbe69345 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 13 Oct 2025 22:52:14 +0000 Subject: [PATCH] Add events tab content cgen-64d01d7a04a946ebb569f5d545009f14 --- client/pages/Community.tsx | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/client/pages/Community.tsx b/client/pages/Community.tsx index eff06f14..34a65bf0 100644 --- a/client/pages/Community.tsx +++ b/client/pages/Community.tsx @@ -2907,6 +2907,34 @@ export default function Community() { + + + {/* Upcoming Events */} +
+
+ +
+ {events.map((event, index) => ( + + handleEventRegistration(event, payload) + } + /> + ))} +
+
+
+
{/* Community Stats */}