Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Dec 14, 2023
1 parent 736d519 commit fedda5c
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,19 @@ export const App = () => {
memecoin to date. Join the fun, give it a run, and plz touch
grass.
</p>
<p>
Started by{' '}
<a
href="https://warpcast.com/iammatthias.eth"
target="_blank"
className="link"
rel="noreferrer"
>
iammatthias.eth
</a>{' '}
at{' '}
<a href="https://points-token.vercel.app/">points-token</a>
</p>
<div>
<MaxSupply />
</div>
Expand All @@ -52,6 +65,24 @@ export const App = () => {
>
Trade on Uniswap <FiExternalLink />
</a>
<div className="grid grid-cols-2 gap-4">
<a
href="https://dexscreener.com/ethereum/0xa424817985051ccda51eff2dc7998b5d68079215"
target="_blank"
rel="noreferrer"
className="justify-center w-full px-6 py-3 flex gap-2 items-center bg-ens-light-indigo-bright hover:bg-ens-light-indigo-primary text-white font-bold text-center rounded-lg active:bg-ens-light-indigo-active"
>
Dexscreener <FiExternalLink />
</a>
<a
href="https://www.geckoterminal.com/eth/pools/0xa424817985051ccda51eff2dc7998b5d68079215"
target="_blank"
rel="noreferrer"
className="justify-center w-full px-6 py-3 flex gap-2 items-center bg-ens-light-green-bright hover:bg-ens-light-green-primary text-white font-bold text-center rounded-lg active:bg-ens-light-green-active"
>
CoinGecko <FiExternalLink />
</a>
</div>
<ConnectButton />
</div>
<div className="mx-auto flex items-center justify-center gap-2">
Expand Down

0 comments on commit fedda5c

Please sign in to comment.