lavoce #2
BIN
src/assets/bg_cod.jpg
Normal file
BIN
src/assets/bg_cod.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 640 KiB |
@@ -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',
|
||||
}}
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user