placeholder text
This commit is contained in:
@@ -19,7 +19,7 @@ export default function Login() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// email
|
// email
|
||||||
const [email, setMail] = useState("example@quomodosoft.com");
|
const [email, setMail] = useState("support@chiefsoft.com");
|
||||||
const handleEmail = (e) => {
|
const handleEmail = (e) => {
|
||||||
setMail(e.target.value);
|
setMail(e.target.value);
|
||||||
};
|
};
|
||||||
@@ -66,7 +66,7 @@ export default function Login() {
|
|||||||
<InputCom
|
<InputCom
|
||||||
value={email}
|
value={email}
|
||||||
inputHandler={handleEmail}
|
inputHandler={handleEmail}
|
||||||
placeholder="example@quomodosoft.com"
|
placeholder="support@chiefsoft.com"
|
||||||
label="Email Address"
|
label="Email Address"
|
||||||
name="email"
|
name="email"
|
||||||
type="email"
|
type="email"
|
||||||
@@ -146,7 +146,7 @@ export default function Login() {
|
|||||||
</div>
|
</div>
|
||||||
<div className="signup-area flex justify-center">
|
<div className="signup-area flex justify-center">
|
||||||
<p className="sm:text-lg text-sm text-thin-light-gray font-normal">
|
<p className="sm:text-lg text-sm text-thin-light-gray font-normal">
|
||||||
Dont’t have an aceount ?
|
Don't have an account ?
|
||||||
<a href="/signup" className="ml-2 text-dark-gray dark:text-white">
|
<a href="/signup" className="ml-2 text-dark-gray dark:text-white">
|
||||||
Sign up free
|
Sign up free
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user