Browse Source

prevent label overlay on email

master
azri 1 month ago
parent
commit
07f1acc296
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/components/Footer/Footer.jsx

+ 1
- 1
src/components/Footer/Footer.jsx View File

101
           >
101
           >
102
             <TextField
102
             <TextField
103
               variant="outlined"
103
               variant="outlined"
104
-              placeholder="Your email address"
104
+              placeholder="Email address"
105
               value={email}
105
               value={email}
106
               type='email'
106
               type='email'
107
               onChange={(e) => { setEmail(e.target.value) }}
107
               onChange={(e) => { setEmail(e.target.value) }}

Loading…
Cancel
Save