Skip to content

Commit

Permalink
feat: moved statistics section above the coin section
Browse files Browse the repository at this point in the history
  • Loading branch information
Jadapema committed Apr 30, 2024
1 parent 2147351 commit 1be91ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/Landing/LandingView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ export const LandingView: FC = (props): JSX.Element => {
<LandingSection sx={Background1Sx}>
<LandingDistribution />
</LandingSection>
<LandingSection sx={Background2Sx}>
<LandingCoin />
</LandingSection>
<LandingSection sx={Background2Sx}>
<LandingStatistics />
</LandingSection>
<LandingSection sx={Background3Sx}>
<LandingStatistics />
<LandingCoin />
</LandingSection>
<LandingSection sx={Background1Sx}>
<LandingRoadmap />
Expand Down

0 comments on commit 1be91ac

Please sign in to comment.