mirror of
https://github.com/Sosokker/SOS12.git
synced 2025-12-19 20:54:06 +01:00
Fix Contact Placeholder Typo
This commit is contained in:
parent
0d0c4c89dd
commit
e99acb1bc7
@ -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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user