Skip to content

Commit 2b80201

Browse files
authored
Merge pull request #1 from codesark/minor-patches
Update ContactCard.tsx
2 parents e66f6bd + 6405d9e commit 2b80201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/about/ContactCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export function ContactCard() {
154154
<Label htmlFor="contact-subject">Message</Label>
155155
<Textarea
156156
id="contact-message"
157-
placeholder="Feel free to write anything you want!"
157+
placeholder="Feel free to write me."
158158
{...register("message")}
159159
/>
160160
{errors.message && (

0 commit comments

Comments
 (0)