Wrap spotlight tab start
cgen-b2f3c097b6ea481fa214f0759ca9f89d
This commit is contained in:
parent
41045c8c3d
commit
4945445306
1 changed files with 3 additions and 1 deletions
|
|
@ -3234,7 +3234,8 @@ export default function Community() {
|
|||
</TabsContent>
|
||||
)}
|
||||
|
||||
<TabsContent value="spotlight" className="mt-0">
|
||||
{activeTab === "spotlight" && (
|
||||
<TabsContent value="spotlight" className="mt-0">
|
||||
{/* Creator Spotlight */}
|
||||
<section className="py-20">
|
||||
<div className="container mx-auto px-4">
|
||||
|
|
@ -3299,6 +3300,7 @@ export default function Community() {
|
|||
</div>
|
||||
</section>
|
||||
</TabsContent>
|
||||
)}
|
||||
</Tabs>
|
||||
|
||||
{/* Community Stats */}
|
||||
|
|
|
|||
Loading…
Reference in a new issue