Skip to content

Commit

Permalink
feat: revert order of home page sections (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fran McDade authored and Fran McDade committed Sep 13, 2024
1 parent fdb6be7 commit bce8723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/HomeView/homeView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ export const HomeView = (): JSX.Element => {
<Fragment>
<SectionHero />
<SectionSubHero />
<SectionHelp />
<SectionAnalytics />
<SectionHelp />
<SectionBranding />
</Fragment>
);
Expand Down

0 comments on commit bce8723

Please sign in to comment.