fix links

This commit is contained in:
hamdy
2021-03-23 20:54:17 +02:00
parent 47970eb146
commit f4a437f13b
8 changed files with 23 additions and 30 deletions

View File

@@ -26,11 +26,11 @@
</div>
</div>
<div>
<g-link
<a
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"
:to="main.link"
>{{ main.button }}</g-link
:href="main.link"
>{{ main.button }}</a
>
</div>
</section>