updates on the images and the build
This commit is contained in:
BIN
src/assets/images/express.png
Normal file
BIN
src/assets/images/express.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
@@ -9,6 +9,7 @@ import axios from 'axios';
|
|||||||
import { useNavigate } from 'react-router-dom';
|
import { useNavigate } from 'react-router-dom';
|
||||||
import Loader from 'components/Loader';
|
import Loader from 'components/Loader';
|
||||||
import logo from 'assets/images/logo-nearle1.png';
|
import logo from 'assets/images/logo-nearle1.png';
|
||||||
|
import expressImage from 'assets/images/express.png';
|
||||||
import { useSelector, useDispatch } from 'react-redux';
|
import { useSelector, useDispatch } from 'react-redux';
|
||||||
import { OpenToast } from 'components/third-party/OpenToast';
|
import { OpenToast } from 'components/third-party/OpenToast';
|
||||||
import { closeGlobalToast, GlobalToast } from 'components/nearle_components/GlobalToast';
|
import { closeGlobalToast, GlobalToast } from 'components/nearle_components/GlobalToast';
|
||||||
@@ -169,6 +170,21 @@ const Login = () => {
|
|||||||
background: 'linear-gradient(150deg, #4D1C61 0%, #662582 52%, #9255AB 100%)'
|
background: 'linear-gradient(150deg, #4D1C61 0%, #662582 52%, #9255AB 100%)'
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
{/* Logo at the top-left corner */}
|
||||||
|
<Box
|
||||||
|
component="img"
|
||||||
|
src={expressImage}
|
||||||
|
alt="Operate your dispatch"
|
||||||
|
sx={{
|
||||||
|
position: 'absolute',
|
||||||
|
top: 48,
|
||||||
|
left: 48,
|
||||||
|
maxHeight: 48,
|
||||||
|
width: 'auto',
|
||||||
|
height: 'auto'
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
|
||||||
{/* decorative light glows */}
|
{/* decorative light glows */}
|
||||||
<Box
|
<Box
|
||||||
sx={{
|
sx={{
|
||||||
|
|||||||
Reference in New Issue
Block a user