We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66f6bd commit 6405d9eCopy full SHA for 6405d9e
components/about/ContactCard.tsx
@@ -154,7 +154,7 @@ export function ContactCard() {
154
<Label htmlFor="contact-subject">Message</Label>
155
<Textarea
156
id="contact-message"
157
- placeholder="Feel free to write anything you want!"
+ placeholder="Feel free to write me."
158
{...register("message")}
159
/>
160
{errors.message && (
0 commit comments