浏览代码

prevent label overlay on email

master
azri 1 个月前
父节点
当前提交
07f1acc296
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/components/Footer/Footer.jsx

+ 1
- 1
src/components/Footer/Footer.jsx 查看文件

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

正在加载...
取消
保存