Skip to content

Commit

Permalink
Merge pull request #385 from wearekickback/dev
Browse files Browse the repository at this point in the history
Disable banner (#384)
  • Loading branch information
makoto authored Jul 10, 2020
2 parents 66843a4 + 92c9c40 commit e884b61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layout/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { GlobalConsumer } from '../GlobalState'
import SafeQuery from '../components/SafeQuery'
import { IS_WHITELISTED } from '../graphql/queries'

import Banner from './Banner'
// import Banner from './Banner'

const HeaderContainer = styled('header')`
width: 100%;
Expand Down Expand Up @@ -92,7 +92,7 @@ function Header({ noMargin, noBackground, positionAbsolute }) {
{({ data: { isWhitelisted } }) => {
return (
<>
<Banner />
{/* <Banner /> */}
<HeaderContainer
noMargin={noMargin}
noBackground={noBackground}
Expand Down

0 comments on commit e884b61

Please sign in to comment.