Skip to content

Commit 77317ab

Browse files
BackendExpertJehanKandyAnupa1998
committed
Update
Co-Authored-By: JehanKandy <[email protected]> Co-Authored-By: Anupa Gamage <[email protected]>
1 parent e1aa1ed commit 77317ab

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

client/src/components/LoginSignUpTW/SignIn.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { Link, useNavigate } from 'react-router-dom';
44
import axios from 'axios'
55
import secureLocalStorage from "react-secure-storage";
66

7+
78
const SignIn = () => {
89
const navigate = useNavigate()
910
// for login data
@@ -39,7 +40,7 @@ const SignIn = () => {
3940
}
4041
}
4142
return (
42-
<div className='bg-gray-200 min-h-screen py-24 px-8'>
43+
<div className={`bg-cover min-h-screen py-24 px-8 bg-[url('https://wallpapercave.com/wp/wp3998740.png')]`} >
4344
<div className="md:grid grid-cols-3 gap-2">
4445
<div className=""></div>
4546
<div className="">

client/src/components/LoginSignUpTW/SignUp.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const SignUp = () => {
3636

3737
}
3838
return (
39-
<div className='bg-gray-200 min-h-screen py-24 px-8'>
39+
<div className={`bg-cover min-h-screen py-24 px-8 bg-[url('https://wallpapercave.com/wp/wp3998740.png')]`}>
4040
<div className="md:grid grid-cols-3 gap-2">
4141
<div className=""></div>
4242
<div className="">

0 commit comments

Comments
 (0)