update links

This commit is contained in:
2022-01-23 15:24:33 +02:00
parent 2e8a3edaf2
commit b9e8e48388
25 changed files with 81 additions and 24 deletions

View File

@@ -63,6 +63,49 @@
text-gray-800
"
></div>
<div class="my-10">
<a
class="
capitalize
inline-block
bg-white
text-lg
learn-button
hover:bg-gray-400
px-12
py-1
mr-5
mb-4
border-2
shadow
border-black
"
v-if="blog.btnTxt && blog.sourceUrl.includes('http')"
target="_blank"
:href="blog.sourceUrl"
>{{ blog.btnTxt }}</a
>
<a
class="
capitalize
inline-block
bg-white
text-lg
learn-button
hover:bg-gray-400
px-12
py-1
mr-5
mb-4
border-2
shadow
border-black
"
v-else
:href="blog.sourceUrl"
>{{ blog.btnTxt }}</a
>
</div>
</div>
</div>
</div>

View File

@@ -1464,6 +1464,7 @@
<a
:href="brand.link"
v-if="brand.button"
target="_blank"
class="
inline-block
bg-white
@@ -1484,6 +1485,7 @@
<a
:href="brand.link2"
v-if="brand.button2"
target="_blank"
class="
inline-block
bg-white

View File

@@ -61,6 +61,7 @@
:key="idx"
:href="logo.url"
class="md:w-1/4 px-8 mb-5"
target="_blank"
>
<g-image :src="img(logo.image)" />
</a>