Skip to content

Commit

Permalink
Merge pull request #426 from popcorndao/feature/add-pop-corn-link
Browse files Browse the repository at this point in the history
Add Etherscan link to main page
  • Loading branch information
mefuru authored Sep 2, 2021
2 parents bfb8847 + ff92ea7 commit 1f75781
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions packages/app/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,19 @@ const IndexPage = () => {
Read the whitepaper
</a>
</Link>
<footer className="pr-3">
<Link
href="https://etherscan.io/token/0xd0cd466b34a24fcb2f87676278af2005ca8a78c4"
passHref
>
<a
className="text-base text-gray-900 font-light md:border-b border-black w-max"
target="_window"
>
Popcorn (POP) Token
</a>
</Link>
</footer>
</div>
</div>
<div className="w-1/2 h-full flex flex-col justify-center">
Expand Down Expand Up @@ -188,6 +201,19 @@ const IndexPage = () => {
Read the whitepaper
</a>
</Link>
<footer className="justify-end pr-3 pt-3">
<Link
href="https://etherscan.io/token/0xd0cd466b34a24fcb2f87676278af2005ca8a78c4"
passHref
>
<a
className="text-base text-gray-900 font-light md:border-b border-black w-max"
target="_window"
>
Popcorn (POP) Token
</a>
</Link>
</footer>
</div>
</div>
</div>
Expand Down

0 comments on commit 1f75781

Please sign in to comment.