Merge pull request #14 from ravixalgorithm/main
updated wrong paths and defaults
This commit is contained in:
commit
601f6eda73
|
|
@ -14,7 +14,7 @@ const Layout = async ({ children }: { children : React.ReactNode }) => {
|
||||||
<main className="auth-layout">
|
<main className="auth-layout">
|
||||||
<section className="auth-left-section scrollbar-hide-default">
|
<section className="auth-left-section scrollbar-hide-default">
|
||||||
<Link href="/" className="auth-logo flex items-center gap-2">
|
<Link href="/" className="auth-logo flex items-center gap-2">
|
||||||
<Image src="/assets/images/openstock-logo.png" alt="Openstock" width={200} height={50}/>
|
<Image src="/assets/images/logo.png" alt="Openstock" width={200} height={50}/>
|
||||||
</Link>
|
</Link>
|
||||||
|
|
||||||
<div className="pb-6 lg:pb-8 flex-1">
|
<div className="pb-6 lg:pb-8 flex-1">
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@ const SignIn = () => {
|
||||||
<InputField
|
<InputField
|
||||||
name="email"
|
name="email"
|
||||||
label="Email"
|
label="Email"
|
||||||
placeholder="contact@jsmastery.com"
|
placeholder="opendevsociety@cc.cc"
|
||||||
register={register}
|
register={register}
|
||||||
error={errors.email}
|
error={errors.email}
|
||||||
validation={{ required: 'Email is required', pattern: /^\w+@\w+\.\w+$/ }}
|
validation={{ required: 'Email is required', pattern: /^\w+@\w+\.\w+$/ }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue