Commit d2462af8 authored by Moody Salem's avatar Moody Salem

Address flashy first loading behavior

parent 5405648a
...@@ -104,8 +104,8 @@ export default function App() { ...@@ -104,8 +104,8 @@ export default function App() {
</HeaderWrapper> </HeaderWrapper>
<BodyWrapper> <BodyWrapper>
<Popups /> <Popups />
<Body> <Web3ReactManager>
<Web3ReactManager> <Body>
<NavigationTabs /> <NavigationTabs />
{/* this Suspense is for route code-splitting */} {/* this Suspense is for route code-splitting */}
<Switch> <Switch>
...@@ -151,8 +151,8 @@ export default function App() { ...@@ -151,8 +151,8 @@ export default function App() {
/> />
<Redirect to="/" /> <Redirect to="/" />
</Switch> </Switch>
</Web3ReactManager> </Body>
</Body> </Web3ReactManager>
<Footer /> <Footer />
</BodyWrapper> </BodyWrapper>
<StyledRed /> <StyledRed />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment