Skip to content

Commit

Permalink
Merge pull request #456 from centrifuge/develop
Browse files Browse the repository at this point in the history
chore: remove migration banner
  • Loading branch information
JP Angelle committed Jun 24, 2022
2 parents 3c6b6d6 + 2bf4f02 commit 541cbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Layout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Layout = ({ dark, children, location }) => {
<Theme>
<ThemeContext.Extend value={{ dark }}>
<Navigation dark={dark} />
<CrossPageBanner />
{/* <CrossPageBanner /> */}
<main>{children}</main>
{showEmailSubscription(location?.pathname) && <EmailSubscription />}
<Footer />
Expand Down

0 comments on commit 541cbcc

Please sign in to comment.