Merge pull request #358 from filecoin-project/@tarafanlin/marketing

change SEO image for chrome extension page
This commit is contained in:
CAKE 2020-10-05 14:18:42 -07:00 committed by GitHub
commit c64353768b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -202,9 +202,10 @@ export default class SlateForChromePage extends React.Component {
const title = `Slate for Chrome`; const title = `Slate for Chrome`;
const description = "Upload images to Slate from anywhere on the web"; const description = "Upload images to Slate from anywhere on the web";
const url = "https://slate.host/slate-for-chrome"; const url = "https://slate.host/slate-for-chrome";
const image = "https://slate.textile.io/ipfs/bafybeidi6z774yoge5uowzwkdrrnrzi5bzqgzrwfizw4dg4xdjxfjoa5ei";
return ( return (
<WebsitePrototypeWrapper title={title} description={description} url={url}> <WebsitePrototypeWrapper title={title} description={description} url={url} image={image}>
<WebsitePrototypeHeader /> <WebsitePrototypeHeader />
<div css={STYLES_ROOT}> <div css={STYLES_ROOT}>
<div css={STYLES_CONTAINER}> <div css={STYLES_CONTAINER}>