fix button
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
id: token_cta2
|
id: token_cta2
|
||||||
title: Why does TFT have value?
|
title: Why does TFT have value?
|
||||||
slogan:
|
slogan:
|
||||||
button:
|
button: Get Tokens
|
||||||
link:
|
link: https://threefold.io/info/threefold#/threefold__how_to_buy_and_sell
|
||||||
button2:
|
button2:
|
||||||
link2:
|
link2:
|
||||||
button3:
|
button3:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
id: token_product
|
id: token_product
|
||||||
title: The utility of TFT is growing
|
title: The utility of TFT is growing
|
||||||
subtitle:
|
subtitle: ''
|
||||||
button: Get Tokens
|
button: Get Tokens
|
||||||
link: https://threefold.io/info/threefold#/threefold__how_to_buy_and_sell
|
link: https://threefold.io/info/threefold#/threefold__how_to_buy_and_sell
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -134,12 +134,12 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-if="main.button" class="my-10 text-center">
|
<div v-if="main.button" class="my-10 text-center">
|
||||||
<a
|
<!-- <a
|
||||||
v-if="main.button"
|
v-if="main.button"
|
||||||
class="bg-blue-900 text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 rounded shadow rounded-full"
|
class="bg-blue-900 text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 rounded shadow rounded-full"
|
||||||
:href="main.link"
|
:href="main.link"
|
||||||
>{{ main.button }}</a
|
>{{ main.button }}</a
|
||||||
>
|
> -->
|
||||||
|
|
||||||
<a
|
<a
|
||||||
v-if="main.link.includes('http')"
|
v-if="main.link.includes('http')"
|
||||||
|
|||||||
Reference in New Issue
Block a user