Skip to content

Commit dba1650

Browse files
BackendExpertJehanKandyAnupa1998
committed
Update
Co-Authored-By: JehanKandy <[email protected]> Co-Authored-By: Anupa Gamage <[email protected]>
1 parent 037e85b commit dba1650

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

client/src/components/LoginSignUp/SignIn.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ const SignIn = () => {
2626
{/* change the Icon According to your needs */}
2727
<h1 className=''><BsMortarboardFill className='h-20 w-auto'/></h1>
2828
<p className="pt-4 text-2xl">Welcome Back</p>
29-
<p className="">Your Project Name</p>
3029
</center>
3130
<hr className='my-2'/>
3231
<div className="my-4">

client/src/components/LoginSignUp/SignUp.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ const SignUp = () => {
2626
<center className='text-gray-500'>
2727
{/* change the Icon According to your needs */}
2828
<h1 className=''><BsMortarboardFill className='h-20 w-auto'/></h1>
29-
<p className="pt-4 text-2xl">Welcome to</p>
30-
<p className="">Your Project Name</p>
29+
<p className="pt-4 text-2xl">Welcome</p>
3130
</center>
3231
<hr className='my-2'/>
3332
<div className="my-4">

0 commit comments

Comments
 (0)