Merge pull request #13 from Permissionless-Software-Foundation/ct-redux-test

Minor edit to about page
This commit is contained in:
Chris Troutner
2020-09-21 18:03:08 -07:00
committed by GitHub
+15 -10
View File
@@ -27,7 +27,8 @@ class About extends React.Component {
href='https://fullstack.cash'
target='_blank'
rel='noopener noreferrer'
>FullStack.cash</a>. You
>FullStack.cash
</a>. You
can access this web wallet over Tor and IPFS. See the links in
the footer at the bottom of the page.
</p>
@@ -47,32 +48,36 @@ class About extends React.Component {
<p>
The code for this web wallet can be found{' '}
<a
href="https://github.com/Permissionless-Software-Foundation/wallet.fullstack.cash"
href='https://github.com/Permissionless-Software-Foundation/wallet.fullstack.cash'
target='_blank'
rel='noopener noreferrer'
>here</a>. It's based on the{' '}
>here
</a>. It's based on the{' '}
<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'
rel='noopener noreferrer'
>gatsby-ipfs-web-wallet Gatsby Theme</a>, and the{' '}
>gatsby-ipfs-web-wallet Gatsby Theme
</a>, and the{' '}
<a
href="https://github.com/Permissionless-Software-Foundation/minimal-slp-wallet-web"
href='https://github.com/Permissionless-Software-Foundation/minimal-slp-wallet-web'
target='_blank'
rel='noopener noreferrer'
>minimal-slp-wallet-web</a> wallet engine.
>minimal-slp-wallet-web
</a> wallet engine.
</p>
<p>
This wallet has full support for Bitcoin Cash and SLP tokens, including
nonfungible tokens (NFT). When a transaction is made with this wallet,
an output of 2000 satoshis is added. This is a convenience fee that goes
towards burning PSF tokens. It helps support the developers who work on
this web wallet and other software sponsored by the
this web wallet and other software sponsored by the{' '}
<a
href="https://psfoundation.cash"
href='https://psfoundation.cash'
target='_blank'
rel='noopener noreferrer'
>Permissionless Software Foundation</a>.
>Permissionless Software Foundation
</a>.
</p>
</Box>
</Col>