Skip to content

Commit ad23c13

Browse files
committed
fix input type/placeholder mixup for the email field
1 parent c1208b8 commit ad23c13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/ContactUs/DesktopVersion.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ export default function DesktopVersion() {
2929
</label>
3030
<input
3131
id="email"
32-
type={'you@example.com'}
33-
placeholder={'Email'}
32+
type={'email'}
33+
placeholder={'you@example.com'}
3434
className="border border-[#CEEDF4] w-full rounded-lg px-4 py-3 mb-5 outline-none placeholder-[#7E7979] font-montserrat text-base"
3535
required
3636
/>

0 commit comments

Comments
 (0)