Skip to content

Commit

Permalink
move principles up
Browse files Browse the repository at this point in the history
  • Loading branch information
wbglaeser committed Nov 8, 2024
1 parent f5bde63 commit b70ef65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/screens/landing-page/LandingPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ const LandingPage = () => {
<VStack id="how-it-works">
<LandingPageHowItWorks isDesktop={isDesktop}/>
</VStack>
<VStack id="principles">
<LandingPagePrinciples isDesktop={isDesktop}/>
</VStack>
{
featureFlags.newFeedbackSection && (
<VStack id="feedback">
<LandingPageFeedback isDesktop={isDesktop}/>
</VStack>
)
}
<VStack id="principles">
<LandingPagePrinciples isDesktop={isDesktop}/>
</VStack>
<VStack id="funding">
<LandingPageFunding isDesktop={isDesktop}/>
</VStack>
Expand Down

0 comments on commit b70ef65

Please sign in to comment.