Merge pull request #239 from grant-project/remove-dead-link

Remove dead link
This commit is contained in:
Daniel Ternyak 2019-02-19 16:28:22 -06:00 committed by GitHub
commit 2ac66cb12a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 7 deletions

View File

@ -47,13 +47,11 @@ export default class PaymentInfo extends React.Component<Props, State> {
return ( return (
<Form className="PaymentInfo" layout="vertical"> <Form className="PaymentInfo" layout="vertical">
<div className="PaymentInfo-text"> <div className="PaymentInfo-text">
{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 when your contribution has been confirmed. you, and we'll let you know when your contribution has been confirmed.
</> `}
)}
{/* TODO: Help / FAQ page for sending */} Need help sending? <a>Click here</a>.
</div> </div>
<Radio.Group <Radio.Group