mirror of https://github.com/acid-info/vac.dev.git
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:
parent
4ece927def
commit
fe1cc03ca5
|
@ -2,5 +2,5 @@
|
||||||
- title: "Waku"
|
- title: "Waku"
|
||||||
link: https://waku.vac.dev/
|
link: https://waku.vac.dev/
|
||||||
|
|
||||||
- title: "DApp Connect"
|
- title: "Waku Connect"
|
||||||
link: https://dappconnect.dev/
|
link: https://wakuconnect.dev/
|
||||||
|
|
|
@ -90,7 +90,7 @@ layout: default
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</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">
|
<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">
|
<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)">
|
<g clip-path="url(#clip0)">
|
||||||
|
@ -110,11 +110,11 @@ layout: default
|
||||||
</clipPath>
|
</clipPath>
|
||||||
</defs>
|
</defs>
|
||||||
</svg>
|
</svg>
|
||||||
<p class="work__heading lg:uppercase font-semibold text-s lg:text-base group-hover:text-peach">DApp Connect</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">The communication layer for Ethereum. A tech stack enabling decentralized communication between DApps and people.</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">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in New Issue