Skip to content

Commit 44238a1

Browse files
authored
docs: fix wrong button name and added those links
1 parent e8fd654 commit 44238a1

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/pages/index.astro

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ import Layout from '../layouts/Default.astro';
1818
</a>
1919
<h3 class="font-black text-3xl mt-4">Decentralized Creator Economy</h3>
2020
<p class="max-w-prose my-6">Dev Protocol offers a revolutionary and powerful solutions to grow and manage your business with blockchain. You can prove the ownership of your works and raise its revenue through support from the community. Let's start your creator economy today.</p>
21-
<a href="/creators/more" class="underline font-bold">Know More</a>
22-
<a href="/creators/submit" class="mt-6">
21+
<a href="https://docs.devprotocol.xyz/en/stakes-social/onboard-guide/" class="underline font-bold">Know More</a>
22+
<a href="https://stakes.social/create" class="mt-6">
2323
<button class="bg-black text-white py-2 px-6 rounded">Submit a project</button>
2424
</a>
2525
</section>
@@ -40,8 +40,8 @@ import Layout from '../layouts/Default.astro';
4040
</a>
4141
<h3 class="font-black text-3xl my-4">Hi, Patron!</h3>
4242
<p class="max-w-prose my-6">Ever given up buying the work of your favorite creators for financial reasons? The Dev Protocol has made possible the opportunity for you to earn cryptos while supporting the creators. Welcome to the new Symbiotic Economy with creators!</p>
43-
<a href="/patrons/more" class="underline font-bold">Know More</a>
44-
<a href="/patrons/stake" class="mt-6">
43+
<a href="https://docs.devprotocol.xyz/en/stakes-social/how-to-stake/" class="underline font-bold">Know More</a>
44+
<a href="https://stakes.social/" class="mt-6">
4545
<button class="bg-black text-white py-2 px-6 rounded">Start Staking</button>
4646
</a>
4747
</section>
@@ -54,10 +54,10 @@ import Layout from '../layouts/Default.astro';
5454
<p class="font-mono text-base mb-4 text-gray-400">Creator Success Stories</p>
5555
<h3 class="font-black text-3xl my-8">DEV Token</h3>
5656
<img src="/assets/devtoken.png" alt="" class="max-h-56">
57-
<p class="underline font-bold mt-6 font-mono">View on Etherscan</p>
57+
<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="/devtokens" class="mt-6">
60-
<button class="bg-black text-white py-2 px-6 rounded">Start Staking</button>
59+
<a href="https://docs.devprotocol.xyz/en/stakes-social/how-to-buy/" class="mt-6">
60+
<button class="bg-black text-white py-2 px-6 rounded">Buy Dev</button>
6161
</a>
6262
</section>
6363
<section class="bg-gray-100 flex justify-evenly items-center">

0 commit comments

Comments
 (0)