File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
client/src/components/LoginSignUp Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff 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" >
Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments