Fix Contact Placeholder Typo

This commit is contained in:
Sirin Puenggun 2023-07-03 18:44:47 +07:00
parent 0d0c4c89dd
commit e99acb1bc7

View File

@ -71,7 +71,7 @@ const Contact = () => {
variants={slideIn("left", "tween", 0.2, 1)} variants={slideIn("left", "tween", 0.2, 1)}
className='flex-[0.75] bg-black-100 p-8 rounded-2xl' className='flex-[0.75] bg-black-100 p-8 rounded-2xl'
> >
<p className={styles.sectionSubText}>Get in touch</p> <p className={styles.sectionSubText}>ญหาปรกษาพ</p>
<h3 className={styles.sectionHeadText}>Contact.</h3> <h3 className={styles.sectionHeadText}>Contact.</h3>
<form <form
@ -97,7 +97,7 @@ const Contact = () => {
name='email' name='email'
value={form.email} value={form.email}
onChange={handleChange} onChange={handleChange}
placeholder="What's your web address?" placeholder="What's your email?"
className='bg-tertiary py-4 px-6 placeholder:text-secondary text-white rounded-lg outline-none border-none font-medium' className='bg-tertiary py-4 px-6 placeholder:text-secondary text-white rounded-lg outline-none border-none font-medium'
/> />
</label> </label>