diff --git a/src/components/SignUp.js b/src/components/SignUp.js index 9eedaad..4dac277 100644 --- a/src/components/SignUp.js +++ b/src/components/SignUp.js @@ -49,6 +49,10 @@ class SignUpForm extends Component { <label className="FormField__Label" htmlFor="email">E-Mail Address</label> <input type="email" id="email" className="FormField__Input" placeholder="Enter your email" name="email" value={this.state.email} onChange={this.handleChange} /> </div> + <div className="FormField"> + <label className="FormField__Label" htmlFor="phone">Phone number</label> + <input type="email" id="email" className="FormField__Input" placeholder="Enter your Phone no. (+91)" name="phone" value={this.state.phone} onChange={this.handleChange} /> + </div> <div className="FormField"> <label className="FormField__CheckboxLabel">