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() {
</HeaderWrapper>
<BodyWrapper>
<Popups />
<Body>
<Web3ReactManager>
<Body>
<NavigationTabs />
{/* this Suspense is for route code-splitting */}
<Switch>
......@@ -151,8 +151,8 @@ export default function App() {
/>
<Redirect to="/" />
</Switch>
</Web3ReactManager>
</Body>
</Web3ReactManager>
<Footer />
</BodyWrapper>
<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