Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #77 from poanetwork/phahulin-patch-1
Browse files Browse the repository at this point in the history
Remove lorem ipsum from home page
  • Loading branch information
unjapones committed Sep 24, 2018
2 parents a03bef9 + 0c3502a commit cfbbcb6
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions frontend/src/ui/pages/IndexPage.js
Expand Up @@ -32,9 +32,11 @@ class IndexPage extends React.Component {
<div>
<H1>Proof of bank account</H1>
<P className="main">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt
ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation
ullamco laboris.
This ĐApp can be used to prove your ownership of a bank account in one of the supported
banks. A widget provided by <a href="https://plaid.com/">Plaid</a> is used to verify that
you have access to the bank account. Except for blockchain transaction fee to call the
smart-contract, there is no extra cost of the verifiaction process. If you have more
questions, check out <strong>How it works</strong> section.
</P>
<Link to="/help">
<button style={buttonStyle}>
Expand All @@ -43,12 +45,8 @@ class IndexPage extends React.Component {
</Link>
<PlaidButton web3={this.state.web3} account={this.state.accounts[0]} />

<H2>Lorem ipsum dolor sit amet</H2>
<P>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt
ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation
ullamco laboris.
</P>
<H2>My bank accounts</H2>
<P>To view the list of your verified bank accounts click the button below.</P>
<Link to="/mybankaccountslist">
<button style={buttonStyle}>
My Bank Accounts <MyAccountsIcon />
Expand Down

0 comments on commit cfbbcb6

Please sign in to comment.