logo added

This commit is contained in:
Olu Amey
2023-01-16 20:41:15 -05:00
parent 5ce427d9a5
commit ad769ec188
3 changed files with 2 additions and 3 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

+1 -1
View File
@@ -1,6 +1,6 @@
import React from "react";
import loginThumb from "../../assets/images/auth-thumb.svg";
import logo from "../../assets/images/logo-1.svg";
import logo from "../../assets/images/light-logo.png"; //logo-1.svg";
export default function LoginLayout({ slogan, children }) {
const checkScreenHeight = window.screen.height;
@@ -17,8 +17,7 @@ export default function UpdatePassword() {
return (
<>
<AuthLayout
slogan="Welcome to Nftmax
Admin Panel"
slogan="Welcome to myFit"
>
{updated === false ? (
<div className="content-wrapper update-password-section xl:bg-white dark:bg-dark-white w-full 2xl:h-[818px] xl:h-[600px] sm:w-auto sm:px-[70px] px-5 2xl:px-[100px] rounded-xl flex flex-col justify-center">