Skip to content

Conversation

@sjumba
Copy link
Collaborator

@sjumba sjumba commented Feb 18, 2019

…ask over to Kyle.


//import { validatePassword, validateEmail, validateUsername } from './Validators.js';
import { BrowserRouter, Route, Switch, NavLink } from "react-router-dom";
/* <form>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GC has been preached many times.
Please remove it

<form>
<h>Payments</h><br/>
Credit card number&nbsp;<input type="number" name="card number" placeholder="1234567890"/><br/><br/>
Expiration date&nbsp;<input type="date" name="ExpDate" placeholder="1234567890"/><br/><br/>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The expiration field of credit cards is usually made of the month and the year in two separated fields.
e.g: exp month: MM || exp year: YYYY


export default donation;
{/* <form>
<FormGroup controlId="CardNumber" >
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove your GC codes here too.

<div>


<h>Thank you</h><br/>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Which h is this tag?
h1, h2, h3, h4, h5 or h6?

<img alt="" border="0" src="https://www.paypal.com/en_ZA/i/scr/pixel.gif" width="1" height="1" />
</form>
*/
class donationSuccess extends Component {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have so many spaces between your elements.

How does it look like?

Exactly like this!

Is it ok?

No!

Please make sure that you have few of them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants