Various Fixes (#340)

* copy; ff

* Update PaymentInfo.tsx

* Update Final.tsx

* Update index.tsx
This commit is contained in:
Daniel Ternyak 2019-03-12 18:04:32 -05:00 committed by William O'Beirne
parent 79db2b4001
commit c5979d5635
5 changed files with 12 additions and 8 deletions

View File

@ -113,7 +113,7 @@ export default class PaymentInfo extends React.Component<Props, State> {
} else { } else {
text = ` text = `
Thank you for contributing! Just send using whichever method works best for Thank you for contributing! Just send using whichever method works best for
you, and we'll let you know once it's been confirmed. you, and we'll let you know once it's been processed with 6 confirmations.
`; `;
} }
} }

View File

@ -105,6 +105,8 @@ export default class ContributionModal extends React.Component<Props, State> {
If you would like to have your contribution attached to an account and If you would like to have your contribution attached to an account and
remain eligible for refunds, you can close this modal, make sure you're remain eligible for refunds, you can close this modal, make sure you're
logged in, and don't check the "Contribute without attribution" checkbox. logged in, and don't check the "Contribute without attribution" checkbox.
<br /> <br />
NOTE: The Zcash Foundation is unable to accept donations of more than $5,000 USD worth of ZEC from anonymous users.
</> </>
} }
/> />

View File

@ -102,8 +102,8 @@ class CreateFinal extends React.Component<Props, State> {
<Link to={`/profile?tab=funded`}>profile's funded tab</Link>. <Link to={`/profile?tab=funded`}>profile's funded tab</Link>.
</p> </p>
<p> <p>
Once your payment has been sent and confirmed, you will receive an Once your payment has been sent and processed with 6 confirmations, you
email. Visit your{' '} will receive an email. Visit your{' '}
<Link to={`/profile?tab=pending`}> <Link to={`/profile?tab=pending`}>
profile's pending proposals tab profile's pending proposals tab
</Link>{' '} </Link>{' '}

View File

@ -231,9 +231,11 @@ class CreateFlow extends React.Component<Props, State> {
</> </>
)} )}
{process.env.NODE_ENV !== 'production' && (
<button className="CreateFlow-footer-example" onClick={this.fillInExample}> <button className="CreateFlow-footer-example" onClick={this.fillInExample}>
<Icon type="fast-forward" /> <Icon type="fast-forward" />
</button> </button>
)}
</div> </div>
)} )}
{isSavingDraft && ( {isSavingDraft && (

View File

@ -143,8 +143,8 @@ class ProfilePending extends React.Component<Props, State> {
<p> <p>
Please send the staking contribution of{' '} Please send the staking contribution of{' '}
<b>{stakeContribution && stakeContribution.amount} ZEC</b> using the <b>{stakeContribution && stakeContribution.amount} ZEC</b> using the
instructions below. Once your payment has been sent and confirmed, you instructions below. Once your payment has been sent and received 6
will receive an email. confirmations, you will receive an email.
</p> </p>
} }
/> />