File tree Expand file tree Collapse file tree 2 files changed +16
-18
lines changed
client/src/components/LoginSignUpTW Expand file tree Collapse file tree 2 files changed +16
-18
lines changed Original file line number Diff line number Diff line change 11import React , { useState } from 'react'
2- import { BsMortarboardFill } from "react-icons/bs" ;
2+ import { BsChatLeftFill , BsMortarboardFill } from "react-icons/bs" ;
33import { Link , useNavigate } from 'react-router-dom' ;
44import axios from 'axios'
55import secureLocalStorage from "react-secure-storage" ;
@@ -44,14 +44,13 @@ const SignIn = () => {
4444 < div className = "md:grid grid-cols-3 gap-2" >
4545 < div className = "" > </ div >
4646 < div className = "" >
47- < div className = "bg-white py-16 px-8 rounded shadow-md w-full " >
48- < center className = 'text-gray-500' >
49- { /* change the Icon According to your needs */ }
50- < h1 className = '' > < BsMortarboardFill className = 'h-20 w-auto' /> </ h1 >
51- < p className = "pt-4 text-2xl" > Welcome Back</ p >
52- < p className = "" > Your Project Name</ p >
53- </ center >
54- < hr className = 'my-2' />
47+ < div className = "bg-white py-16 px-8 rounded-2xl shadow-md w-full " >
48+ < div className = "" >
49+ < center >
50+ < BsChatLeftFill className = 'h-20 w-auto bg-green-500 p-4 rounded-xl text-green-800 shadow-md' />
51+ < p className = "text-bold pt-1" > Online ChatApp</ p >
52+ </ center >
53+ </ div >
5554 < div className = "my-4" >
5655 < form onSubmit = { headleSubmit } >
5756 < div className = "my-2 md:mx-8" >
Original file line number Diff line number Diff line change 11import React , { useState } from 'react'
2- import { BsMortarboardFill } from "react-icons/bs" ;
2+ import { BsChatLeftFill , BsMortarboardFill } from "react-icons/bs" ;
33import { Link , useNavigate } from 'react-router-dom' ;
44import axios from 'axios'
55
@@ -40,14 +40,13 @@ const SignUp = () => {
4040 < div className = "md:grid grid-cols-3 gap-2" >
4141 < div className = "" > </ div >
4242 < div className = "" >
43- < div className = "bg-white py-16 px-8 rounded shadow-md w-full " >
44- < center className = 'text-gray-500' >
45- { /* change the Icon According to your needs */ }
46- < h1 className = '' > < BsMortarboardFill className = 'h-20 w-auto' /> </ h1 >
47- < p className = "pt-4 text-2xl" > Welcome to</ p >
48- < p className = "" > Your Project Name</ p >
49- </ center >
50- < hr className = 'my-2' />
43+ < div className = "bg-white py-16 px-8 rounded-2xl shadow-md w-full " >
44+ < div className = "" >
45+ < center >
46+ < BsChatLeftFill className = 'h-20 w-auto bg-green-500 p-4 rounded-xl text-green-800 shadow-md' />
47+ < p className = "text-bold pt-1" > Online ChatApp</ p >
48+ </ center >
49+ </ div >
5150 < div className = "my-4" >
5251 < form onSubmit = { headleSubmit } >
5352 < div className = "my-2 md:mx-8" >
You can’t perform that action at this time.
0 commit comments