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: [
|
||||
"15 min — Lightning updates from active squads",
|
||||
"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,
|
||||
registrationUrl: "https://devconnect.sbs/events/weekly-meetup",
|
||||
|
|
@ -2492,7 +2492,8 @@ export default function Community() {
|
|||
</TabsContent>
|
||||
)}
|
||||
|
||||
<TabsContent value="stats" className="mt-0">
|
||||
{activeTab === "stats" && (
|
||||
<TabsContent value="stats" className="mt-0">
|
||||
{/* Community Stats */}
|
||||
<section className="py-16 bg-background/30">
|
||||
<div className="container mx-auto px-4">
|
||||
|
|
@ -2525,6 +2526,7 @@ export default function Community() {
|
|||
</div>
|
||||
</section>
|
||||
</TabsContent>
|
||||
)}
|
||||
|
||||
<TabsContent value="platforms" className="mt-0">
|
||||
{/* Community Platforms */}
|
||||
|
|
|
|||
Loading…
Reference in a new issue