Wrap collaboration tab

cgen-a55e22ab38c2482587827f3104cfbc60
This commit is contained in:
Builder.io 2025-10-13 23:43:12 +00:00
parent 60ef205b4d
commit 98a7ebf249

View file

@ -2888,7 +2888,8 @@ export default function Community() {
</TabsContent> </TabsContent>
)} )}
<TabsContent value="collaboration" className="mt-0"> {activeTab === "collaboration" && (
<TabsContent value="collaboration" className="mt-0">
{/* Real-time Collaboration */} {/* Real-time Collaboration */}
<section className="py-20"> <section className="py-20">
<div className="container mx-auto px-4"> <div className="container mx-auto px-4">
@ -2971,6 +2972,7 @@ export default function Community() {
</div> </div>
</section> </section>
</TabsContent> </TabsContent>
)}
<TabsContent value="events" className="mt-0"> <TabsContent value="events" className="mt-0">
{/* Upcoming Events */} {/* Upcoming Events */}
@ -3396,7 +3398,7 @@ export default function Community() {
<p className="text-lg text-muted-foreground"> <p className="text-lg text-muted-foreground">
DevConnect is our dedicated hub for platform teams building DevConnect is our dedicated hub for platform teams building
the next wave of AeThex experiences. Launch collabs, monitor the next wave of AeThex experiences. Launch collabs, monitor
live services, and activate the Studio network <EFBFBD><EFBFBD> all from one live services, and activate the Studio network all from one
command center. command center.
</p> </p>
<div className="flex flex-col sm:flex-row gap-4"> <div className="flex flex-col sm:flex-row gap-4">