Browse Source

updated about

all-modes
pbca26 8 years ago
parent
commit
4772dcfc7f
  1. 18
      react/src/components/dashboard/about/about.js

18
react/src/components/dashboard/about/about.js

@ -6,9 +6,10 @@ class About extends React.Component {
<div className="page margin-left-0"> <div className="page margin-left-0">
<div className="page-content"> <div className="page-content">
<h2>About Agama</h2> <h2>About Agama</h2>
<p>Agama Wallet is a desktop app that you can use to manage multiple cryptocurrency wallets. When you set up a <p>
Agama Wallet is a desktop app that you can use to manage multiple cryptocurrency wallets. When you set up a
wallet, you can configure it to operate in one of the following modes: wallet, you can configure it to operate in one of the following modes:
</p>
<ul> <ul>
<li> <li>
<span className="font-weight-600">Basilisk Mode</span>:&nbsp; <span className="font-weight-600">Basilisk Mode</span>:&nbsp;
@ -32,7 +33,7 @@ class About extends React.Component {
<li> <li>
<span className="font-weight-600">BarterDEX</span>:&nbsp; <span className="font-weight-600">BarterDEX</span>:&nbsp;
Easily exchange cryptocurrencies via a Easily exchange cryptocurrencies via a
shapeshift-like service. shapeshift-like service.&nbsp;
<a href="https://supernet.org/en/technology/whitepapers/easydex-a-practical-native-dex" target="_blank"> <a href="https://supernet.org/en/technology/whitepapers/easydex-a-practical-native-dex" target="_blank">
(BarterDEX A Practical Native DEX) (BarterDEX A Practical Native DEX)
</a> </a>
@ -50,13 +51,13 @@ class About extends React.Component {
but you should make proper backups. We do not recommend using it as the primarily wallet for your cryptocurrencies. but you should make proper backups. We do not recommend using it as the primarily wallet for your cryptocurrencies.
</span> </span>
<br/> <br/><br/>
<span className="font-weight-600">Testers</span>:&nbsp; <div className="font-weight-600">Testers</div>
You can help us test Agama. Just <a target="_blank" href="https://supernet.org/en/products/agama-wallet">download and install the latest release</a>. You can help us test Agama. Just <a target="_blank" href="https://supernet.org/en/products/agama-wallet">download and install the latest release</a>.
Then, report any bugs you encounter to our developers on the #testing-agama Slack channel. Then, report any bugs you encounter to our developers on the <a target="_blank" href="https://sprnt.slack.com/messages/C0HT9MH96/">#testing-agama</a> Slack channel.
Your help is greatly appreciated! Your help is greatly appreciated!
<br /><br />
Agama also supports the following desktop apps: Agama also supports the following desktop apps:
<ul> <ul>
<li> <li>
@ -64,10 +65,9 @@ class About extends React.Component {
and lower fees. and lower fees.
</li> </li>
<li> <li>
<span className="font-weight-600">BarterDEX</span> <span className="font-weight-600">BarterDEX</span>: A decentralized coin exchange.
</li> </li>
</ul> </ul>
</p>
</div> </div>
</div> </div>
); );

Loading…
Cancel
Save