Fix linting issues
This commit is contained in:
parent
f6c6cbc343
commit
079f627b34
@ -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';
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user