diff --git a/src/components/ContactUs.tsx b/src/components/ContactUs.tsx index 325e03a..bfb3467 100644 --- a/src/components/ContactUs.tsx +++ b/src/components/ContactUs.tsx @@ -126,11 +126,12 @@ export const ContactUs = ({ - Username + First and Last Name @@ -142,6 +143,7 @@ export const ContactUs = ({ type="text" name="email" value={formData?.email} + placeholder='me@company.com' error={!_.isEmpty(errors?.email)} onChange={handleChange} />