Fix linting issues

This commit is contained in:
Fred Carlsen 2019-02-25 15:29:24 +01:00
parent f6c6cbc343
commit 079f627b34
2 changed files with 1 additions and 5 deletions

View File

@ -6,7 +6,7 @@ import { Button } from 'ts/components/button';
import { ChapterLink } from 'ts/components/chapter_link'; import { ChapterLink } from 'ts/components/chapter_link';
import { Column, Section } from 'ts/components/newLayout'; import { Column, Section } from 'ts/components/newLayout';
import { SiteWrap } from 'ts/components/siteWrap'; import { SiteWrap } from 'ts/components/siteWrap';
import { Heading, Paragraph } from 'ts/components/text'; import { Heading } from 'ts/components/text';
import { addFadeInAnimation } from 'ts/constants/animations'; import { addFadeInAnimation } from 'ts/constants/animations';
import { WebsitePaths } from 'ts/types'; import { WebsitePaths } from 'ts/types';

View File

@ -52,10 +52,6 @@ export const Card: React.StatelessComponent<CardProps> = (props: CardProps) => {
); );
}; };
const StyledIcon = styled(Icon)`
height: 100%;
`
const StyledCard = styled.div` const StyledCard = styled.div`
background-color: ${colors.backgroundDark}; background-color: ${colors.backgroundDark};
display: flex; display: flex;