Wrap stats tab
cgen-248c7e7b7ec741d999d3e765127e1b27
This commit is contained in:
parent
ffb3df8e9e
commit
231ba03a6b
1 changed files with 4 additions and 2 deletions
|
|
@ -819,7 +819,7 @@ export default function Community() {
|
||||||
agenda: [
|
agenda: [
|
||||||
"15 min — Lightning updates from active squads",
|
"15 min — Lightning updates from active squads",
|
||||||
"30 min — Deep-dive breakout rooms hosted by AeThex mentors",
|
"30 min — Deep-dive breakout rooms hosted by AeThex mentors",
|
||||||
"15 min — Open Q&A and contributor shout-outs",
|
"15 min <EFBFBD><EFBFBD> Open Q&A and contributor shout-outs",
|
||||||
],
|
],
|
||||||
registrationEnabled: true,
|
registrationEnabled: true,
|
||||||
registrationUrl: "https://devconnect.sbs/events/weekly-meetup",
|
registrationUrl: "https://devconnect.sbs/events/weekly-meetup",
|
||||||
|
|
@ -2492,7 +2492,8 @@ export default function Community() {
|
||||||
</TabsContent>
|
</TabsContent>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<TabsContent value="stats" className="mt-0">
|
{activeTab === "stats" && (
|
||||||
|
<TabsContent value="stats" className="mt-0">
|
||||||
{/* Community Stats */}
|
{/* Community Stats */}
|
||||||
<section className="py-16 bg-background/30">
|
<section className="py-16 bg-background/30">
|
||||||
<div className="container mx-auto px-4">
|
<div className="container mx-auto px-4">
|
||||||
|
|
@ -2525,6 +2526,7 @@ export default function Community() {
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</TabsContent>
|
</TabsContent>
|
||||||
|
)}
|
||||||
|
|
||||||
<TabsContent value="platforms" className="mt-0">
|
<TabsContent value="platforms" className="mt-0">
|
||||||
{/* Community Platforms */}
|
{/* Community Platforms */}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue