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:description" content={description} />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:image" content={imgSrc} />
|
<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:site" content="@0xproject" />
|
||||||
<meta name="twitter:image" content={imgSrc} />
|
<meta name="twitter:image" content={imgSrc} />
|
||||||
</Helmet>
|
</Helmet>
|
||||||
|
|||||||
@@ -13,8 +13,7 @@ export const documentConstants: { [s: string]: DocumentMetadata } = {
|
|||||||
},
|
},
|
||||||
EXPLORE: {
|
EXPLORE: {
|
||||||
title: '0x Explore: Trade on 0x Relayers',
|
title: '0x Explore: Trade on 0x Relayers',
|
||||||
description:
|
description: 'Check out the wide range of projects and businesses building in the 0x ecosystem!',
|
||||||
'Check out the wide range of projects and businesses building in the 0x ecosystem!',
|
|
||||||
keywords: '',
|
keywords: '',
|
||||||
},
|
},
|
||||||
WHY: {
|
WHY: {
|
||||||
|
|||||||
Reference in New Issue
Block a user