From 0d07befa854911cef5568f77c5a8463925801759 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 13 Oct 2025 23:54:49 +0000 Subject: [PATCH] Remove duplicate platforms block after tabs cgen-2cc6ed48f2a84b9c9ec425d0ee31e9e7 --- client/pages/Community.tsx | 60 -------------------------------------- 1 file changed, 60 deletions(-) diff --git a/client/pages/Community.tsx b/client/pages/Community.tsx index 542f03d4..5dc7bcd9 100644 --- a/client/pages/Community.tsx +++ b/client/pages/Community.tsx @@ -3511,66 +3511,6 @@ export default function Community() { )} - {/* Community Platforms */} -
-
-
-

- Connect on Your Favorite Platform -

-

- Multiple ways to engage with the AeThex community -

-
- -
- {platforms.map((platform, index) => { - const Icon = platform.icon; - return ( - - -
- -
- {platform.name} - {platform.description} -
- -
-
- Members: - - {platform.members} - -
-
- Activity: - - {platform.activity} - -
-
- - -
-
- ); - })} -
-
-
- {/* DevConnect Spotlight */}