updates on the images and the build

This commit is contained in:
2026-07-02 12:01:21 +05:30
parent b4cf2be556
commit e385e2fbfd
2 changed files with 16 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@@ -9,6 +9,7 @@ import axios from 'axios';
import { useNavigate } from 'react-router-dom';
import Loader from 'components/Loader';
import logo from 'assets/images/logo-nearle1.png';
import expressImage from 'assets/images/express.png';
import { useSelector, useDispatch } from 'react-redux';
import { OpenToast } from 'components/third-party/OpenToast';
import { closeGlobalToast, GlobalToast } from 'components/nearle_components/GlobalToast';
@@ -169,6 +170,21 @@ const Login = () => {
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 */}
<Box
sx={{