fixed some small things on token page

This commit is contained in:
Vilnite
2021-04-05 22:35:56 +03:00
parent cae7f18cea
commit 079454aa55
2 changed files with 4 additions and 4 deletions

View File

@@ -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.

View File

@@ -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>