This commit is contained in:
Chris Troutner
2020-09-21 17:58:15 -07:00
parent d2eb8969e7
commit 6870737cc1
+14 -9
View File
@@ -27,7 +27,8 @@ class About extends React.Component {
href='https://fullstack.cash' href='https://fullstack.cash'
target='_blank' target='_blank'
rel='noopener noreferrer' rel='noopener noreferrer'
>FullStack.cash</a>. You >FullStack.cash
</a>. You
can access this web wallet over Tor and IPFS. See the links in can access this web wallet over Tor and IPFS. See the links in
the footer at the bottom of the page. the footer at the bottom of the page.
</p> </p>
@@ -47,20 +48,23 @@ 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-web" href='https://github.com/Permissionless-Software-Foundation/minimal-slp-wallet-web'
target='_blank' target='_blank'
rel='noopener noreferrer' rel='noopener noreferrer'
>minimal-slp-wallet-web</a> wallet engine. >minimal-slp-wallet-web
</a> wallet engine.
</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, including
@@ -69,10 +73,11 @@ class About extends React.Component {
towards burning PSF tokens. It helps support the developers who work on 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 <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>