Skip to content

Commit bce8723

Browse files
Fran McDadeFran McDade
authored andcommitted
feat: revert order of home page sections (#53)
1 parent fdb6be7 commit bce8723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/HomeView/homeView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ export const HomeView = (): JSX.Element => {
1010
<Fragment>
1111
<SectionHero />
1212
<SectionSubHero />
13-
<SectionHelp />
1413
<SectionAnalytics />
14+
<SectionHelp />
1515
<SectionBranding />
1616
</Fragment>
1717
);

0 commit comments

Comments
 (0)