fixed some small things on token page
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
id: token
|
||||
header_slogan: WE ARE GROWING NOW.
|
||||
header_title: YOU GROW WHEN THE THREEFOLD GRID GROWS.
|
||||
header_slogan: WE ARE GROWING NOW
|
||||
header_title: YOU GROW WHEN THE THREEFOLD GRID GROWS
|
||||
header_image: ./token_header.png
|
||||
header_altImg: ThreeFold Token
|
||||
header_excerpt: The ThreeFold Token is the currency of the fastest growing P2P internet network on the planet. The perfect time to get involved in our growth is now.
|
||||
|
||||
@@ -61,13 +61,13 @@
|
||||
v-if="main.link.includes('http')"
|
||||
target="_blank"
|
||||
:href="main.link"
|
||||
class="bg-blue-900 text-sm uppercase 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"
|
||||
>{{ main.button }}</a
|
||||
>
|
||||
<g-link
|
||||
v-else
|
||||
:href="main.link"
|
||||
class="bg-blue-900 text-sm uppercase 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"
|
||||
>{{ main.button }}</g-link
|
||||
>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user