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,7 +101,7 @@ const Footer = () => {
101 101
           >
102 102
             <TextField
103 103
               variant="outlined"
104
-              placeholder="Your email address"
104
+              placeholder="Email address"
105 105
               value={email}
106 106
               type='email'
107 107
               onChange={(e) => { setEmail(e.target.value) }}

Loading…
Cancel
Save