Skip to content

Commit

Permalink
Update Hero.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kn4ihp authored Jul 26, 2024
1 parent 312b9b6 commit 36423a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const Hero = () => {
</div>
<div className="hero__image-container">
<div className="hero__image">
<Image src="/Picture2.png" alt ="hero"
<Image src="./Picture2.png" alt ="hero"
fill className="object-contain" />
</div>

Expand Down

0 comments on commit 36423a3

Please sign in to comment.