prettier+lint

This commit is contained in:
David Sun
2019-04-23 18:41:54 -04:00
parent 73974cd90f
commit 520919b165
2 changed files with 2 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ export const MetaTags: React.StatelessComponent<MetaTagsProps> = ({ title, descr
<meta property="og:description" content={description} />
<meta property="og:type" content="website" />
<meta property="og:image" content={imgSrc} />
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@0xproject" />
<meta name="twitter:image" content={imgSrc} />
</Helmet>

View File

@@ -13,8 +13,7 @@ export const documentConstants: { [s: string]: DocumentMetadata } = {
},
EXPLORE: {
title: '0x Explore: Trade on 0x Relayers',
description:
'Check out the wide range of projects and businesses building in the 0x ecosystem!',
description: 'Check out the wide range of projects and businesses building in the 0x ecosystem!',
keywords: '',
},
WHY: {