Skip to content

Commit

Permalink
Fix import image
Browse files Browse the repository at this point in the history
  • Loading branch information
naticampiglia committed Jan 31, 2024
1 parent 1ac106e commit 785a15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const Hero = () => {

<div className='circle-background flex relative'>
<img
src='../../energy-page.png'
src='./energy-page.png'
alt='energy-page'
className='static-image rounded-lg'
/>
Expand Down

0 comments on commit 785a15b

Please sign in to comment.