Skip to content

Commit

Permalink
Update Home.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
devaggarwal-1 authored Jan 5, 2024
1 parent ead915d commit 8d141a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ function Home() {
<motion.img src="./scroll.png" alt="" className='scroll_img' variants={variants} animate="scroll" />
</motion.div>

<img src="/user1.jpg" alt="" className='home_img user-img' />
<img src="./user1.jpg" alt="" className='home_img user-img' />
</div>
)
}

export default Home
export default Home

0 comments on commit 8d141a0

Please sign in to comment.