Skip to content

Commit 8ee0995

Browse files
authored
Update ContactForm.tsx
1 parent 7e40dda commit 8ee0995

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/form/ContactForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ const ContactForm = () => {
102102
<Textarea
103103
cols={8}
104104
rows={10}
105-
className="resize-none"
105+
className="resize-y"
106106
placeholder="e.g., We need expertise of SyntaxSyndicate to develop us the best website out there."
107107
{...field}
108108
/>

0 commit comments

Comments
 (0)