fix(about): Updating about page

This commit is contained in:
Chris Troutner
2020-07-23 13:33:00 -07:00
parent 7ba116550d
commit c9b7e38b70
3 changed files with 23 additions and 10 deletions
+3 -3
View File
@@ -20606,9 +20606,9 @@
}
},
"gatsby-ipfs-web-wallet": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.5.0.tgz",
"integrity": "sha512-SPDaXi9RH/bsEOhStkP1IIOJPFVvF9fti3gPP4muLTeG2bmv33aiIjSHFbEjqSivkkTTbPKtJKO4f635kiODDA==",
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.5.1.tgz",
"integrity": "sha512-ADGJVcY/caZ8JyJ2F9SDUzfQXVUKWfCgTVEiMwYPpni0AjdFOzo104f/hXwQRLAHwHe4Q1MRu6eNc1bYTJI32g==",
"requires": {
"adminlte-2-react": "^0.1.27",
"gatsby": "^2.23.7",
+1 -1
View File
@@ -20,7 +20,7 @@
},
"dependencies": {
"gatsby": "^2.23.7",
"gatsby-ipfs-web-wallet": "^1.5.0"
"gatsby-ipfs-web-wallet": "^1.5.1"
},
"repository": {
"type": "git",
+19 -6
View File
@@ -9,19 +9,32 @@ class About extends React.Component {
render () {
return (
<Content
title='About'
subTitle=''
browserTitle='About | wallet.fullstack.cash'
title="About"
subTitle=""
browserTitle="About | wallet.fullstack.cash"
>
<Row>
<Col xs={12}>
<Box
title='wallet.fullstack.cash'
type='primary'
title="wallet.fullstack.cash"
type="primary"
closable
collapsable
>
This is the official web wallet provided by FullStack.cash. More data soon.
<p>
This is the official web wallet provided by FullStack.cash. You
can access this web wallet over Tor and IPFS. See the links in
the footer at the bottom of the page.
</p>
<p>
This wallet app is currently in an 'Open Alpha' test. The
general public is invited to use it, but be aware that the app
is in-progress, the code is in-flux, and many things will change
or break. Please solicit feedback on this app in our{' '}
<a href="https://t.me/permissionless_software" target="_blank">
Telegram Channel
</a>
</p>
</Box>
</Col>
</Row>