Skip to content

Commit 21093eb

Browse files
committed
fix: Buy Dev URL
1 parent 910687f commit 21093eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ import Layout from '../layouts/Default.astro';
5656
<img src="/assets/devtoken.png" alt="" class="max-h-56">
5757
<a href="https://etherscan.io/token/0x5cAf454Ba92e6F2c929DF14667Ee360eD9fD5b26"><p class="underline font-bold mt-6 font-mono">View on Etherscan</p></a>
5858
<p class="max-w-prose my-6">DEV is an inflationary token that is rewarded to patrons and OSS projects for being active participants in the Dev Protocol ecosystem. The Dev Protocol inflation rate for minting is determined by the total amount of DEV staked versus OSS projects onboarded. The result is a sustainable counter-balance system.</p>
59-
<a href="https://docs.devprotocol.xyz/en/stakes-social/how-to-buy/" class="mt-6">
59+
<a href="https://app.uniswap.org/#/swap?outputCurrency=0x5caf454ba92e6f2c929df14667ee360ed9fd5b26&use=V2" class="mt-6">
6060
<button class="bg-black text-white py-2 px-6 rounded">Buy Dev</button>
6161
</a>
6262
</section>
@@ -72,7 +72,7 @@ import Layout from '../layouts/Default.astro';
7272
<!-- TODO: Find a way to add medium articles dynamically -->
7373
<a href="/devtokens" class="mt-6 mx-auto block">
7474
<button class="bg-white text-gray-900 py-2 px-6">See more on Medium</button>
75-
</a>
75+
</a>
7676
</section>
7777
<footer class="flex bg-black text-white">
7878
<!-- TODO: Get the links for the socials from @vinzvinci and add them -->

0 commit comments

Comments
 (0)