Skip to content

Commit

Permalink
feat: Update SP1 banner (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
oodamien authored May 2, 2024
1 parent d7cc504 commit 5e89c75
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/common/layout/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ import Header from './Header'
const Layout = ({ children, version, className }) => (
<>
<div className={className}>
<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>
<Header version={version} />
<main>{children}</main>
<Footer />
Expand Down

0 comments on commit 5e89c75

Please sign in to comment.