Skip to content

Commit

Permalink
Fixed lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
andrealbiac committed Dec 4, 2024
1 parent bf4ecd3 commit 1509d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ const Home: NextPage<{
</TrackedLink>
</div>
<div className="hidden sm:flex flex-col items-center bg-[#4AF361] p-3 min-w-[200px] md:border-l border-t md:border-t-0 border-black">
<img src="/assets/satellite.png" alt="satellite" width={200} height={200} />
<Image src="/assets/satellite.png" alt="satellite" width={200} height={200} />
</div>
</div>
</div>
Expand Down

0 comments on commit 1509d81

Please sign in to comment.