Skip to content

Commit

Permalink
push image behind
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyansh1410 committed Oct 13, 2024
1 parent 8d83e78 commit dc6b03a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions client/src/routes/homePage/HomePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import "./HomePage.scss";
import { AuthContext } from "../../context/AuthContext";

function HomePage() {

const {currentUser} = useContext(AuthContext);
const { currentUser } = useContext(AuthContext);
console.log(currentUser);
return (
<div className="homePage">
Expand Down Expand Up @@ -35,7 +34,7 @@ function HomePage() {
</div>
</div>
</div>
<div className="imgContainer">
<div className="imgContainer z-{-1}">
<img src="/bg.png" alt="" />
</div>
</div>
Expand Down

0 comments on commit dc6b03a

Please sign in to comment.