Skip to content

Commit

Permalink
chore: remove migration banner
Browse files Browse the repository at this point in the history
  • Loading branch information
JP Angelle committed Jun 24, 2022
1 parent bf705ef commit 2bf4f02
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 2bf4f02

Please sign in to comment.