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 f0faaa7 commit 7a37decCopy full SHA for 7a37dec
src/components/contactForm.js
@@ -15,20 +15,20 @@ const ContactForm = ({ referrer }) => {
15
<InputText
16
size="25"
17
rows="5"
18
- style={{ width: "100%" }}
+ width={1}
19
required
20
as="textarea"
21
name="msg"
22
- placeholder="Tell us about your idea"
+ placeholder="💬 Tell us about your idea"
23
/>
24
</Box>
25
<Box width={[1, 1 / 2]} mt={1}>
26
27
28
name="email"
29
type="email"
30
31
- placeholder="Email address"
+ placeholder="@ Email address"
32
33
34
<Box width={[1, 1 / 3]} mt={1}>
0 commit comments