prettier+lint
This commit is contained in:
@@ -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>
|
||||
|
@@ -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: {
|
||||
|
Reference in New Issue
Block a user