Remove CTA
This commit is contained in:
parent
3a3afeae6a
commit
bbd54bac41
|
@ -167,8 +167,6 @@ layout: default
|
|||
work__text
|
||||
text-s
|
||||
lg:text-base
|
||||
mb-3
|
||||
lg:mb-6
|
||||
opacity-75
|
||||
text-left
|
||||
max-w-screen-xxs
|
||||
|
@ -178,7 +176,8 @@ layout: default
|
|||
A gossip based messaging protocol for private, secure, p2p messaging
|
||||
with implementations written in go, nim, java script.
|
||||
</p>
|
||||
<div class="work__link container flex justify-start">
|
||||
{%- comment -%}
|
||||
<div class="work__link container flex justify-start mt-3 lg:mt-6">
|
||||
<a
|
||||
class="link link--external group-hover:text-white"
|
||||
href="https://vac.dev/"
|
||||
|
@ -187,6 +186,7 @@ layout: default
|
|||
>Visit Vaku</a
|
||||
>
|
||||
</div>
|
||||
{%- endcomment -%}
|
||||
</div>
|
||||
<div
|
||||
class="
|
||||
|
@ -262,8 +262,6 @@ layout: default
|
|||
work__text
|
||||
text-s
|
||||
lg:text-base
|
||||
mb-3
|
||||
lg:mb-6
|
||||
opacity-75
|
||||
text-left
|
||||
max-w-screen-xxs
|
||||
|
@ -273,7 +271,8 @@ layout: default
|
|||
The communication layer for Ethereum. A tech stack enabling
|
||||
decentralized communication between DApps and people.
|
||||
</p>
|
||||
<div class="work__link container flex justify-start">
|
||||
{%- comment -%}
|
||||
<div class="work__link container flex justify-start mt-3 lg:mt-6">
|
||||
<a
|
||||
class="link link--external link--dapp group-hover:text-peach"
|
||||
href="https://vac.dev/"
|
||||
|
@ -282,6 +281,7 @@ layout: default
|
|||
>Visit DApp Connect</a
|
||||
>
|
||||
</div>
|
||||
{%- endcomment -%}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue