ENCOA-100: Changed the login/register photo
This commit is contained in:
@@ -55,8 +55,7 @@ export default function Register({code: queryCode}: {code: string}) {
|
||||
<main className="w-full h-[100vh] flex bg-white text-black">
|
||||
<ToastContainer />
|
||||
<section className="h-full w-fit min-w-fit relative hidden lg:flex">
|
||||
<div className="absolute h-full w-full bg-mti-rose-light z-10 bg-opacity-50" />
|
||||
<img src="/people-talking-tablet.png" alt="People smiling looking at a tablet" className="h-full aspect-auto" />
|
||||
<img src="/red-stock-photo.jpg" alt="People smiling looking at a tablet" className="aspect-auto h-full" />
|
||||
</section>
|
||||
<section className="h-full w-full flex flex-col items-center justify-center gap-4">
|
||||
<div className={clsx("flex flex-col items-center", !user && "mb-4")}>
|
||||
|
||||
Reference in New Issue
Block a user