Compare commits

...

2 Commits

Author SHA1 Message Date
ab1c510a77 Merge pull request 'Repair bg-signin' (#14) from lavoce into main
Reviewed-on: #14
2025-11-04 08:48:59 +00:00
2ac707611f Repair bg-signin 2025-11-04 15:48:20 +07:00
2 changed files with 1 additions and 1 deletions

BIN
src/assets/bg-cod-1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@@ -3,7 +3,7 @@ import { Flex, Input, Form, Button, Card, Space, Image } from 'antd';
import { useNavigate } from 'react-router-dom';
import { NotifAlert } from '../../components/Global/ToastNotif';
import { SendRequest } from '../../components/Global/ApiRequest';
import bg_cod from 'assets/bg_cod.jpg';
import bg_cod from 'assets/bg-cod-1.jpg';
import logo from 'assets/freepik/LOGOPIU.png';
const SignIn = () => {