Skip to content

Commit e939fd7

Browse files
BackendExpertJehanKandyAnupa1998
committed
Update
Co-Authored-By: JehanKandy <[email protected]> Co-Authored-By: Anupa Gamage <[email protected]>
1 parent 651b4f2 commit e939fd7

File tree

2 files changed

+16
-18
lines changed

2 files changed

+16
-18
lines changed

client/src/components/LoginSignUpTW/SignIn.jsx

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { useState } from 'react'
2-
import { BsMortarboardFill } from "react-icons/bs";
2+
import { BsChatLeftFill, BsMortarboardFill } from "react-icons/bs";
33
import { Link, useNavigate } from 'react-router-dom';
44
import axios from 'axios'
55
import 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">

client/src/components/LoginSignUpTW/SignUp.jsx

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { useState } from 'react'
2-
import { BsMortarboardFill } from "react-icons/bs";
2+
import { BsChatLeftFill, BsMortarboardFill } from "react-icons/bs";
33
import { Link, useNavigate } from 'react-router-dom';
44
import 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">

0 commit comments

Comments
 (0)