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
+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;