Skip to content

Commit

Permalink
Remove placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
jackreimers committed Nov 2, 2024
1 parent c5ff021 commit 2c6547d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib/components/contact-modal/contact-modal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@
disabled={isSubmitting}
label="Name"
name="name"
placeholder="Enter your name..."
required={true}
/>
<Input
Expand All @@ -170,7 +169,6 @@
disabled={isSubmitting}
label="Email"
name="email"
placeholder="Enter your email..."
required={true}
type="email"
/>
Expand All @@ -179,7 +177,6 @@
disabled={isSubmitting}
label="Message"
name="message"
placeholder="Enter your message..."
required={true}
type="textarea"
/>
Expand Down

0 comments on commit 2c6547d

Please sign in to comment.