Skip to content

Commit

Permalink
fix(www): remove unused (#9780)
Browse files Browse the repository at this point in the history
We will be getting those for a while :( (as PR that remove usage was used on branch before the linting change). This currently fails linting, because `Link` is defined but not used
  • Loading branch information
pieh committed Nov 7, 2018
1 parent d944be3 commit f545a23
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions www/src/components/banner.js
Expand Up @@ -39,16 +39,6 @@ const Content = styled(`div`)`
white-space: nowrap;
`

const Link = styled(`a`)`
color: #fff;
span {
display: none;
${presets.Mobile} {
display: inline;
}
}
`

const Banner = ({ children, background }) => (
<BannerContainer background={background} className="banner">
<InnerContainer>{children && <Content>{children}</Content>}</InnerContainer>
Expand Down

0 comments on commit f545a23

Please sign in to comment.