Repair bg-signin #14

Merged
bragaz_rexita merged 1 commits from lavoce into main 2025-11-04 08:49:00 +00:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 2ac707611f - Show all commits

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 = () => {