Skip to content

Commit

Permalink
form fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kayprogrammer committed Aug 28, 2024
1 parent 21485a1 commit 0d1aa09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function App() {
onChange={(e) =>
setWaitlist({ ...waitlist, name: e.target.value })
}
type="email"
type="name"
placeholder="Enter name"
className="bg-[#F6F5F6] rounded-[46px] h-[44px]"
/>
Expand Down

0 comments on commit 0d1aa09

Please sign in to comment.