update background cod signin&up

This commit is contained in:
2025-10-08 14:33:21 +07:00
parent 0d97a1978e
commit dcedf9fe19
3 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ import { Flex, Input, Form, Button, Card, Space, Image } from 'antd';
import { useNavigate } from 'react-router-dom';
import { NotifAlert, NotifOk } from '../../components/Global/ToastNotif';
import { SendRequest } from '../../components/Global/ApiRequest';
import sypiu_ggcp from 'assets/sypiu_ggcp.jpg';
import bg_cod from 'assets/bg_cod.jpg';
import logo from 'assets/freepik/LOGOPIU.png';
const SignIn = () => {
@@ -93,7 +93,7 @@ const SignIn = () => {
justify="center"
style={{
height: '100vh',
backgroundImage: `url(${sypiu_ggcp})`,
backgroundImage: `url(${bg_cod})`,
backgroundSize: 'cover',
backgroundPosition: 'center',
}}