fix missing prop for HeaderCommon

This commit is contained in:
41666 2019-03-20 00:25:20 -05:00
parent abc5198862
commit 136e73d770
2 changed files with 2 additions and 1 deletions

View file

@ -73,7 +73,7 @@ const StyledUserSection = styled(UserSection)`
`
const HeaderBarAuth: React.StatelessFunctionalComponent<{ user: User }> = ({ user }) => (
<HeaderBarCommon>
<HeaderBarCommon noBackground={false}>
<>
<Link href='/s/add' prefetch>
<LogoBox>

View file

@ -17,6 +17,7 @@ const Header = styled.div`
top: 0;
left: 0;
right: 0;
z-index: 100;
`
const HeaderInner = styled.div`