Skip to content

Commit

Permalink
link to scaffold-eth2
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelCaso committed Oct 8, 2024
1 parent 713a130 commit 14f5d40
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions packages/nextjs/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,15 @@ const Home: NextPage = () => {
</div>

<div className="py-8 flex justify-center bg-gray-900">
<Image
src={thumbnail}
alt="ScaffoldEth2"
width={200}
height={200}
className="rounded-lg shadow-lg hover:scale-105 transition-transform"
/>
<Link href="https://scaffoldeth.io" target="_blank" rel="noopener noreferrer">
<Image
src={thumbnail}
alt="ScaffoldEth2"
width={200}
height={200}
className="rounded-lg shadow-lg hover:scale-105 transition-transform"
/>
</Link>
</div>

{isRegistered ? (
Expand Down

0 comments on commit 14f5d40

Please sign in to comment.