Replace chat use case with marketplace

This commit is contained in:
Franck Royer 2022-02-04 12:00:37 +11:00
parent 373a609ba0
commit 2b389f5925
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 3 additions and 3 deletions

View File

@ -184,8 +184,8 @@
</div>
<div class="grid gap-4 w-full sm:grid-cols-2 md:gap-x-6">
<div class="flex flex-col items-end justify-end bg-green pt-10 px-4 pb-5 md:h-58 xl:p-10">
<h3 class="font-bold text-sm text-right leading-6 mb-5 md:mb-7">Decentralized Chat</h3>
<a class="text-rectangle97 text-xs font-bold italic bg-link-arrow-black bg-left bg-no-repeat pl-3 hover:underline" href="https://github.com/status-im/dappconnect-chat-sdk">Check out the repo</a>
<h3 class="font-bold text-sm text-right leading-6 mb-5 md:mb-7">Decentralized Marketplaces</h3>
<a class="text-rectangle97 text-xs font-bold italic bg-link-arrow-black bg-left bg-no-repeat pl-3 hover:underline" href="https://docs.wakuconnect.dev/docs/use_cases/#nft-marketplace">Learn more</a>
</div>
<div class="flex flex-col items-end justify-end bg-rectangle99 pt-10 px-4 pb-5 md:h-58 xl:p-10">
<h3 class="font-bold text-sm text-right leading-6 mb-5 md:mb-7">Gasless Polling</h3>
@ -196,7 +196,7 @@
<a class="text-rectangle99 text-xs text-rectangle99 font-bold italic bg-link-arrow-green bg-left bg-no-repeat pl-3 hover:underline" href="https://docs.wakuconnect.dev/docs/use_cases/#dapp-to-wallet-communication">Learn more</a>
</div>
<div class="flex flex-col items-end justify-end bg-rectangle98 pt-10 px-4 pb-5 md:h-58 xl:p-10">
<h3 class="font-bold text-sm text-right leading-6 mb-5 md:mb-7">Layer 2 Communication</h3>
<h3 class="font-bold text-sm text-right leading-6 mb-5 md:mb-7">Layer 2 & State Channels Coordination</h3>
<a class="text-rectangle97 text-xs font-bold italic bg-link-arrow-black bg-left bg-no-repeat pl-3 hover:underline" href="https://docs.wakuconnect.dev/docs/use_cases/#layer-2-communication">Learn more</a>
</div>
</div>