From 7d56af688ce82619db0f9159ab897f2a042f85ed Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 13 Oct 2025 23:16:40 +0000 Subject: [PATCH] Make tab list horizontally scrollable cgen-348e3a683da44c9482be7a3376b318eb --- client/pages/Community.tsx | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/client/pages/Community.tsx b/client/pages/Community.tsx index 41508471..674ddc43 100644 --- a/client/pages/Community.tsx +++ b/client/pages/Community.tsx @@ -1771,17 +1771,19 @@ export default function Community() { className="space-y-12" >
- - {communityTabItems.map((tab) => ( - - {tab.label} - - ))} - +
+ + {communityTabItems.map((tab) => ( + + {tab.label} + + ))} + +