Rename DApp Connect to Waku Connect (#50)

* Replace waku.dev with correct domain

* Rename DappConnect to Waku Connect

* Waku is the commmunication layer for Ethereum

Waku Connect helps dApp developers use it.
This commit is contained in:
Franck R 2022-01-21 15:54:41 +11:00 committed by GitHub
parent 4ece927def
commit fe1cc03ca5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -2,5 +2,5 @@
- title: "Waku"
link: https://waku.vac.dev/
- title: "DApp Connect"
link: https://dappconnect.dev/
- title: "Waku Connect"
link: https://wakuconnect.dev/

View File

@ -90,7 +90,7 @@ layout: default
</div>
</a>
<a class="flex" href="https://dappconnect.dev/" target="_blank" rel="noopener noreferrer">
<a class="flex" href="https://wakuconnect.dev/" target="_blank" rel="noopener noreferrer">
<div class="work__card group flex flex-col justify-between items-center max-w-280 max-h-280 lg:max-w-436 lg:max-h-436 border pt-5 p-4 lg:p-8 lg:pb-10 hover:bg-black transition duration-500">
<svg width="62" height="64" viewBox="0 0 62 64" fill="none" xmlns="http://www.w3.org/2000/svg" class="mb-2 lg:mb-8 mt-4 l:mt-20 w-16 h-16 fill-current group-hover:text-peach">
<g clip-path="url(#clip0)">
@ -110,11 +110,11 @@ layout: default
</clipPath>
</defs>
</svg>
<p class="work__heading lg:uppercase font-semibold text-s lg:text-base group-hover:text-peach">DApp Connect</p>
<p class="work__text text-s lg:text-base mt-4 lg:mt-2.5 opacity-75 text-left max-w-screen-xxs group-hover:text-peach">The communication layer for Ethereum. A tech stack enabling decentralized communication between DApps and people.</p>
<p class="work__heading lg:uppercase font-semibold text-s lg:text-base group-hover:text-peach">Waku Connect</p>
<p class="work__text text-s lg:text-base mt-4 lg:mt-2.5 opacity-75 text-left max-w-screen-xxs group-hover:text-peach">Empower your dApp with decentralized communication. Use Waku Connect to integrate Waku in your project.</p>
<div class="work__link container flex justify-start mt-3 lg:mt-6">
<p class="link link--external link--dapp group-hover:text-peach">Visit DApp Connect</p>
<p class="link link--external link--dapp group-hover:text-peach">Visit Waku Connect</p>
</div>
</div>
</a>