Wrap duplicate block in false conditional
cgen-998714e8f8d34b82a634b299f00605dc
This commit is contained in:
parent
0d07befa85
commit
14ea81d57c
1 changed files with 5 additions and 0 deletions
|
|
@ -3511,6 +3511,9 @@ export default function Community() {
|
|||
)}
|
||||
</Tabs>
|
||||
|
||||
{false && (
|
||||
<>
|
||||
|
||||
{/* DevConnect Spotlight */}
|
||||
<section className="relative py-20 overflow-hidden">
|
||||
<div className="absolute inset-0 bg-gradient-to-r from-aethex-900/40 via-transparent to-neon-blue/30" />
|
||||
|
|
@ -4386,6 +4389,8 @@ export default function Community() {
|
|||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</>
|
||||
)}
|
||||
</div>
|
||||
</Layout>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue