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'
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,20 +48,23 @@ 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
@@ -69,10 +73,11 @@ class About extends React.Component {
towards burning PSF tokens. It helps support the developers who work on
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>