mirror of
https://github.com/fullstack-cash/wallet.fullstack.cash.git
synced 2026-09-21 16:52:05 -07:00
fix(about): Updating about page
This commit is contained in:
Generated
+3
-3
@@ -20606,9 +20606,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gatsby-ipfs-web-wallet": {
|
"gatsby-ipfs-web-wallet": {
|
||||||
"version": "1.5.0",
|
"version": "1.5.1",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.5.0.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-ipfs-web-wallet/-/gatsby-ipfs-web-wallet-1.5.1.tgz",
|
||||||
"integrity": "sha512-SPDaXi9RH/bsEOhStkP1IIOJPFVvF9fti3gPP4muLTeG2bmv33aiIjSHFbEjqSivkkTTbPKtJKO4f635kiODDA==",
|
"integrity": "sha512-ADGJVcY/caZ8JyJ2F9SDUzfQXVUKWfCgTVEiMwYPpni0AjdFOzo104f/hXwQRLAHwHe4Q1MRu6eNc1bYTJI32g==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"adminlte-2-react": "^0.1.27",
|
"adminlte-2-react": "^0.1.27",
|
||||||
"gatsby": "^2.23.7",
|
"gatsby": "^2.23.7",
|
||||||
|
|||||||
+1
-1
@@ -20,7 +20,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"gatsby": "^2.23.7",
|
"gatsby": "^2.23.7",
|
||||||
"gatsby-ipfs-web-wallet": "^1.5.0"
|
"gatsby-ipfs-web-wallet": "^1.5.1"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
+19
-6
@@ -9,19 +9,32 @@ class About extends React.Component {
|
|||||||
render () {
|
render () {
|
||||||
return (
|
return (
|
||||||
<Content
|
<Content
|
||||||
title='About'
|
title="About"
|
||||||
subTitle=''
|
subTitle=""
|
||||||
browserTitle='About | wallet.fullstack.cash'
|
browserTitle="About | wallet.fullstack.cash"
|
||||||
>
|
>
|
||||||
<Row>
|
<Row>
|
||||||
<Col xs={12}>
|
<Col xs={12}>
|
||||||
<Box
|
<Box
|
||||||
title='wallet.fullstack.cash'
|
title="wallet.fullstack.cash"
|
||||||
type='primary'
|
type="primary"
|
||||||
closable
|
closable
|
||||||
collapsable
|
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>
|
</Box>
|
||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
|
|||||||
Reference in New Issue
Block a user