Wrap events tab
cgen-8fee8ed5401b479894dbdae92cff58d7
This commit is contained in:
parent
98a7ebf249
commit
f2753d055d
1 changed files with 3 additions and 1 deletions
|
|
@ -2974,7 +2974,8 @@ export default function Community() {
|
|||
</TabsContent>
|
||||
)}
|
||||
|
||||
<TabsContent value="events" className="mt-0">
|
||||
{activeTab === "events" && (
|
||||
<TabsContent value="events" className="mt-0">
|
||||
{/* Upcoming Events */}
|
||||
<section className="py-20 bg-background/30">
|
||||
<div className="container mx-auto px-4">
|
||||
|
|
@ -3001,6 +3002,7 @@ export default function Community() {
|
|||
</div>
|
||||
</section>
|
||||
</TabsContent>
|
||||
)}
|
||||
|
||||
<TabsContent value="profiles" className="mt-0">
|
||||
{/* Developer Profile Highlights */}
|
||||
|
|
|
|||
Loading…
Reference in a new issue