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