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

BIN
src/assets/bg_cod.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 640 KiB

View File

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

View File

@@ -1,7 +1,7 @@
import React, { useState } from 'react'; import React, { useState } from 'react';
import { Flex, Input, Form, Button, Card, Space, Image, Row, Col } from 'antd'; import { Flex, Input, Form, Button, Card, Space, Image, Row, Col } from 'antd';
import { useNavigate } from 'react-router-dom'; import { useNavigate } from 'react-router-dom';
import sypiu_ggcp from 'assets/sypiu_ggcp.jpg'; import bg_cod from 'assets/bg_cod.jpg';
import logo from 'assets/freepik/LOGOPIU.png'; import logo from 'assets/freepik/LOGOPIU.png';
import { register } from '../../api/auth'; import { register } from '../../api/auth';
import { NotifOk, NotifAlert } from '../../components/Global/ToastNotif'; import { NotifOk, NotifAlert } from '../../components/Global/ToastNotif';
@@ -96,7 +96,7 @@ const SignUp = () => {
justify="center" justify="center"
style={{ style={{
minHeight: '100vh', minHeight: '100vh',
backgroundImage: `url(${sypiu_ggcp})`, backgroundImage: `url(${bg_cod})`,
backgroundSize: 'cover', backgroundSize: 'cover',
backgroundPosition: 'center', backgroundPosition: 'center',
padding: '20px', padding: '20px',