Prettier fixes

This commit is contained in:
Fred Carlsen
2019-02-25 15:32:57 +01:00
parent 079f627b34
commit cf65d4a909
5 changed files with 14 additions and 12 deletions

View File

@@ -34,9 +34,7 @@ export const AboutPageLayout = (props: Props) => (
<Column width="100%" maxWidth="680px">
<AnimatedHeading size="medium">{props.title}</AnimatedHeading>
<AnimatedIntro>
{props.description}
</AnimatedIntro>
<AnimatedIntro>{props.description}</AnimatedIntro>
{props.linkLabel && (props.href || props.to) && (
<AnimatedLink