lavoce #2

Merged
yogiedigital merged 118 commits from lavoce into main 2025-10-20 04:06:02 +00:00
3 changed files with 4 additions and 4 deletions
Showing only changes of commit dcedf9fe19 - Show all commits

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 { 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',
}}

View File

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