placeholder text
This commit is contained in:
@@ -19,7 +19,7 @@ export default function Login() {
|
||||
};
|
||||
|
||||
// email
|
||||
const [email, setMail] = useState("example@quomodosoft.com");
|
||||
const [email, setMail] = useState("support@chiefsoft.com");
|
||||
const handleEmail = (e) => {
|
||||
setMail(e.target.value);
|
||||
};
|
||||
@@ -66,7 +66,7 @@ export default function Login() {
|
||||
<InputCom
|
||||
value={email}
|
||||
inputHandler={handleEmail}
|
||||
placeholder="example@quomodosoft.com"
|
||||
placeholder="support@chiefsoft.com"
|
||||
label="Email Address"
|
||||
name="email"
|
||||
type="email"
|
||||
@@ -146,7 +146,7 @@ export default function Login() {
|
||||
</div>
|
||||
<div className="signup-area flex justify-center">
|
||||
<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">
|
||||
Sign up free
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user