Skip to content

Commit

Permalink
feat: Hide banner
Browse files Browse the repository at this point in the history
  • Loading branch information
oodamien committed May 3, 2024
1 parent 1252143 commit 9040aa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/common/layout/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ import Header from './Header'
const Layout = ({ children, version, className }) => (
<>
<div className={className}>
<div className='springone-banner'>
{/* <div className='springone-banner'>
<div>
SpringOne registration is open—
<a href='https://springone.io' target='_blank'>
Early bird pricing
</a>{' '}
ends June 11
</div>
</div>
</div> */}
<Header version={version} />
<main>{children}</main>
<Footer />
Expand Down

0 comments on commit 9040aa3

Please sign in to comment.