Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHomanics committed May 21, 2024
1 parent acde597 commit 1f26a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ const Home: NextPage = () => {

<p className="grilledCheese text-4xl m-0 mt-6 text-violet-800">View Collection</p>
<div className="flex space-x-1 items-center justify-center space-x-5">
<Link href={"https://ladders.vision/collections/base/0x123"}>
<Link href={"https://ladders.vision/collections/base/0xF2137f6E039Cc0d2a19709a259CCCe13168cCD33"}>
{/* eslint-disable-next-line @next/next/no-img-element */}
<img src={ladders.src} alt="ladders.vision" className="w-16 lg:w-32" />
</Link>
Expand Down

0 comments on commit 1f26a49

Please sign in to comment.