Skip to content

Commit 59cf278

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/products/academy/index.js

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

0 commit comments

Comments
 (0)