Skip to content

Commit

Permalink
move chainfusion build section up
Browse files Browse the repository at this point in the history
  • Loading branch information
meodai committed Sep 18, 2024
1 parent 7a628b0 commit bf25dbb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/chainfusion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1999,9 +1999,7 @@ function ChainFusion() {
))}
</AnimateSpawn>
</section>

<News content="chainfusion" />
<section>
<section className="mt-24 md:mt-40">
<AnimateSpawn
className="container-6"
variants={transitions.container}
Expand All @@ -2027,7 +2025,9 @@ function ChainFusion() {
</motion.div>
</AnimateSpawn>
</section>
<section className="my-24 md:my-40" id="subscribe">
<News content="chainfusion" />

<section className="my-8 md:my-10" id="subscribe">
<Newsletter
fields={[
{
Expand Down

0 comments on commit bf25dbb

Please sign in to comment.