Przeglądaj źródła

prevent label overlay on email

master
azri 1 rok temu
rodzic
commit
07f1acc296
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/components/Footer/Footer.jsx

+ 1
- 1
src/components/Footer/Footer.jsx Wyświetl plik

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) }}

Ładowanie…
Anuluj
Zapisz