Skip to content

Commit

Permalink
fix src image
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandv authored Feb 3, 2025
1 parent 7e97c03 commit 8a628cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/content/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Hero = () => {
alt='Jean Rondón'
height={176}
width={176}
src='/jeandv.jpg'
src='./jeandv.jpg'
sizes='30vw'
priority
className='rounded-[8px] filter grayscale hover:grayscale-0 transition ease'
Expand All @@ -35,4 +35,4 @@ const Hero = () => {
)
}

export default Hero;
export default Hero;

1 comment on commit 8a628cf

@vercel
Copy link

@vercel vercel bot commented on 8a628cf Feb 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

jeandv – ./

jeandv-git-main-jean-rondns-projects.vercel.app
jeandv-jean-rondns-projects.vercel.app

Please sign in to comment.