fix(deployment): testing deployment

This commit is contained in:
Chris Troutner
2020-12-18 20:50:35 -08:00
parent c68b8aa639
commit 3299f18412
+51 -40
View File
@@ -9,28 +9,29 @@ 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
> >
<p> <p>
This is the official web wallet provided by{' '} This is the official web wallet provided by{' '}
<a <a
href='https://fullstack.cash' href="https://fullstack.cash"
target='_blank' target="_blank"
rel='noopener noreferrer' rel="noopener noreferrer"
>FullStack.cash >
</a>. You FullStack.cash
can access this web wallet over Tor and IPFS. See the links in </a>
the footer at the bottom of the page. . You can access this web wallet over Tor and IPFS. See the
links in the footer at the bottom of the page.
</p> </p>
<p> <p>
This wallet app is currently in an 'Open Alpha' test. The This wallet app is currently in an 'Open Alpha' test. The
@@ -38,9 +39,9 @@ class About extends React.Component {
is in-progress, the code is in-flux, and many things will change is in-progress, the code is in-flux, and many things will change
or break. Please solicit feedback on this app in our{' '} or break. Please solicit feedback on this app in our{' '}
<a <a
href='https://t.me/permissionless_software' href="https://t.me/permissionless_software"
target='_blank' target="_blank"
rel='noopener noreferrer' rel="noopener noreferrer"
> >
Telegram Channel Telegram Channel
</a> </a>
@@ -48,36 +49,46 @@ class About extends React.Component {
<p> <p>
The code for this web wallet can be found{' '} The code for this web wallet can be found{' '}
<a <a
href='https://github.com/Permissionless-Software-Foundation/wallet.fullstack.cash' href="https://github.com/Permissionless-Software-Foundation/wallet.fullstack.cash"
target='_blank' target="_blank"
rel='noopener noreferrer' rel="noopener noreferrer"
>here >
</a>. It's based on the{' '} here
</a>
. It's based on the{' '}
<a <a
href='https://github.com/Permissionless-Software-Foundation/gatsby-ipfs-web-wallet' href="https://github.com/Permissionless-Software-Foundation/gatsby-ipfs-web-wallet"
target='_blank' target="_blank"
rel='noopener noreferrer' rel="noopener noreferrer"
>gatsby-ipfs-web-wallet Gatsby Theme >
</a>, and the{' '} gatsby-ipfs-web-wallet Gatsby Theme
</a>
, and the{' '}
<a <a
href='https://github.com/Permissionless-Software-Foundation/minimal-slp-wallet' href="https://github.com/Permissionless-Software-Foundation/minimal-slp-wallet"
target='_blank' target="_blank"
rel='noopener noreferrer' rel="noopener noreferrer"
>minimal-slp-wallet >
</a> wallet engine. minimal-slp-wallet
</a>{' '}
wallet engine. We encourage other businesses to copy and modify
the wallet code for their own use.
</p> </p>
<p> <p>
This wallet has full support for Bitcoin Cash and SLP tokens, including This wallet has full support for Bitcoin Cash and SLP tokens,
nonfungible tokens (NFT). When a transaction is made with this wallet, including nonfungible tokens (NFT). When a transaction is made
an output of 2000 satoshis is added. This is a convenience fee that goes with this wallet, an output of 2000 satoshis is added. This is a
towards burning PSF tokens. It helps support the developers who work on convenience fee that goes towards burning PSF tokens. It helps
this web wallet and other software sponsored by the{' '} support the developers who work on this web wallet and other
software sponsored by the{' '}
<a <a
href='https://psfoundation.cash' href="https://psfoundation.cash"
target='_blank' target="_blank"
rel='noopener noreferrer' rel="noopener noreferrer"
>Permissionless Software Foundation >
</a>. Permissionless Software Foundation
</a>
.
</p> </p>
</Box> </Box>
</Col> </Col>