logo added
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 8.2 KiB |
@@ -1,6 +1,6 @@
|
|||||||
import React from "react";
|
import React from "react";
|
||||||
import loginThumb from "../../assets/images/auth-thumb.svg";
|
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 }) {
|
export default function LoginLayout({ slogan, children }) {
|
||||||
const checkScreenHeight = window.screen.height;
|
const checkScreenHeight = window.screen.height;
|
||||||
|
|||||||
@@ -17,8 +17,7 @@ export default function UpdatePassword() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<AuthLayout
|
<AuthLayout
|
||||||
slogan="Welcome to Nftmax
|
slogan="Welcome to myFit"
|
||||||
Admin Panel"
|
|
||||||
>
|
>
|
||||||
{updated === false ? (
|
{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">
|
<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">
|
||||||
|
|||||||
Reference in New Issue
Block a user