diff --git a/react/src/components/dashboard/about/about.js b/react/src/components/dashboard/about/about.js index 7e1bf9b..e96bdfb 100755 --- a/react/src/components/dashboard/about/about.js +++ b/react/src/components/dashboard/about/about.js @@ -1,16 +1,72 @@ -import React from 'react'; +import React from "react"; class About extends React.Component { render() { return (
-

About Iguana

-

Page content goes here

+

About Agama

+

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: + +

+ Agama includes the following capabilities: + + + + + Note: Agama Wallet is still in development. It is safe to use, + but you should make proper backups. We do not recommend using it as the primarily wallet for your cryptocurrencies. + + +
+ + Testers: + You can help us test Agama. Just download and install the latest release. + Then, report any bugs you encounter to our developers on the #testing-agama Slack channel. + Your help is greatly appreciated! + + Agama also supports the following desktop apps: + +

); } } -export default About; +export default About; \ No newline at end of file