Skip to content

Commit

Permalink
fixed coderabbit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayushmaanagarwal1211 committed Oct 2, 2024
1 parent 63e3052 commit cfbcf8a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Website/app/contact/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export default function contact() {
<div className="flex flex-col">
<input
type="text"
name="name"
autoFocus={true}
inputMode="text"
required
Expand All @@ -45,7 +44,6 @@ export default function contact() {
inputMode="email"
pattern="^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$"
type="email"
name="email"
required
placeholder="Email"
/>
Expand All @@ -61,7 +59,6 @@ export default function contact() {
maxLength={26}
inputMode="tel"
type="tel"
name="phone"
required
placeholder="Phone Number"
/>
Expand Down

0 comments on commit cfbcf8a

Please sign in to comment.