Skip to content

Commit

Permalink
Merge pull request #369 from shreya-paul-17/update/placeholder
Browse files Browse the repository at this point in the history
Minor BUG
  • Loading branch information
PranavBarthwal authored Jun 8, 2024
2 parents 84b746a + e1ed5d2 commit 376f898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ContactForm/ContactForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function ContactForm() {
<div id="emailHelp" className="form-text text-light">We'll never share your email with anyone else.</div>
</div>
<div className="mb-3">
<textarea autoComplete='off' className={Styles["form-control"] + " " + "form-control"} id="exampleInputMessage" value={contactInfo.message} rows="4" name='message' onChange={handleChange} placeholder="feel free to ask your queries!"></textarea>
<textarea autoComplete='off' className={Styles["form-control"] + " " + "form-control"} id="exampleInputMessage" value={contactInfo.message} rows="4" name='message' onChange={handleChange} placeholder="Feel free to ask your queries!"></textarea>
</div>
<button type="submit" className="btn btn-primary" onClick={handleSubmit}>Send to HQ 🚀</button>
</form>
Expand Down

0 comments on commit 376f898

Please sign in to comment.