This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 428 KiB |
@@ -78,7 +78,7 @@ function StepEnterNumber(_props: StepEnterNumberProps = {}) {
|
||||
|
||||
return (
|
||||
<>
|
||||
<Image className="object-cover w-full h-full max-h-1/2 lg:max-h-full lg:w-1/2" src={"/assets/images/login-banner.png"} alt="login banner" width={100} height={100} unoptimized priority />
|
||||
<Image className="object-cover w-full h-full max-h-1/2 lg:max-h-full lg:w-1/2" src={"/assets/images/login.png"} alt="login banner" width={100} height={100} unoptimized priority />
|
||||
<div className="w-full min-w-1/2 lg:max-w-1/2 h-full lg:px-9 py-7 flex flex-col justify-between lg:justify-center lg:gap-10">
|
||||
<div className="w-full">
|
||||
<div className="pt-4">
|
||||
|
||||
Reference in New Issue
Block a user