mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-23 22:12:19 +03:00
Merge pull request #349 from filecoin-project/@tarafanlin/marketing
minor copy change for marketing
This commit is contained in:
commit
a49b15b966
@ -374,7 +374,7 @@ export default class IndexPage extends React.Component {
|
||||
<div css={STYLES_SECTION_WRAPPER} style={{ display: `block` }}>
|
||||
<h1 css={STYLES_H1}>
|
||||
<span css={STYLES_HIGHLIGHT_BLUE}>Get all the space you need</span> <br />
|
||||
for your valuable information
|
||||
for all of your valuable data
|
||||
</h1>
|
||||
<p css={STYLES_P} style={{ opacity: 0.7 }}>
|
||||
Powered by Textile, Filecoin, IPFS.
|
||||
|
@ -200,7 +200,7 @@ const STYLES_IMG_OVERLAY = css`
|
||||
export default class SlateForChromePage extends React.Component {
|
||||
render() {
|
||||
const title = `Slate for Chrome`;
|
||||
const description = "Upload images to Slate right from your browser window";
|
||||
const description = "Upload images to Slate from anywhere on the web";
|
||||
const url = "https://slate.host/slate-for-chrome";
|
||||
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user