Wrap profiles tab
cgen-9e93f3c5a07447d78f8257f23c18a5d2
This commit is contained in:
parent
f2753d055d
commit
6c67fe2873
1 changed files with 3 additions and 1 deletions
|
|
@ -3004,7 +3004,8 @@ export default function Community() {
|
||||||
</TabsContent>
|
</TabsContent>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<TabsContent value="profiles" className="mt-0">
|
{activeTab === "profiles" && (
|
||||||
|
<TabsContent value="profiles" className="mt-0">
|
||||||
{/* Developer Profile Highlights */}
|
{/* Developer Profile Highlights */}
|
||||||
<section className="py-20">
|
<section className="py-20">
|
||||||
<div className="container mx-auto px-4">
|
<div className="container mx-auto px-4">
|
||||||
|
|
@ -3048,6 +3049,7 @@ export default function Community() {
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</TabsContent>
|
</TabsContent>
|
||||||
|
)}
|
||||||
|
|
||||||
<TabsContent value="featured" className="mt-0">
|
<TabsContent value="featured" className="mt-0">
|
||||||
{/* Featured Developers */}
|
{/* Featured Developers */}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue