Skip to content

Commit 0575609

Browse files
Update academy.js
Signed-off-by: Aryan Shah <149894557+ARYANSHAH1567@users.noreply.github.com>
1 parent 1516c21 commit 0575609

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/learn/academy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ const AcademySection = () => {
1111
return (
1212
<div className="academy-page">
1313
<HeroSection />
14-
<LearnerSection />
15-
<EnterpriseSection />
1614
<AcademyMobileSwiper />
1715
<AcademyFeatureCarousel />
16+
<LearnerSection />
17+
<EnterpriseSection />
1818
</div>
1919
);
2020
};

0 commit comments

Comments
 (0)