From 4860819f376094edcdf91a06d01cec178ad29dbb Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 13 Oct 2025 23:38:50 +0000 Subject: [PATCH] Wrap case studies tab cgen-2491e86ba78940f2b42d3f6daaaca28e --- client/pages/Community.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/pages/Community.tsx b/client/pages/Community.tsx index a8f40202..c3e7c7b0 100644 --- a/client/pages/Community.tsx +++ b/client/pages/Community.tsx @@ -2143,7 +2143,8 @@ export default function Community() { )} - + {activeTab === "case-studies" && ( + {/* Case Studies */}
@@ -2191,6 +2192,7 @@ export default function Community() {
+ )} {/* Leaderboards */}