ButtonCTA amended and urls updated
This commit is contained in:
@@ -14,11 +14,9 @@
|
||||
<p class="text-lg-custom" v-html="item.content"></p>
|
||||
</li>
|
||||
</ul>
|
||||
<NuxtLink v-if="button" :to="`/${langcode}/${button.link}`" class=" w-fit">
|
||||
<ButtonCTA :color="button.color" class="uppercase">
|
||||
{{ button.label }}
|
||||
</ButtonCTA>
|
||||
</NuxtLink>
|
||||
<ButtonCTA v-if="button" :to="`/${langcode}/${button.link}`" :color="button.color" class="uppercase w-fit">
|
||||
{{ button.label }}
|
||||
</ButtonCTA>
|
||||
</div>
|
||||
<div class="lg:w-2/5 h-full">
|
||||
<img
|
||||
|
||||
Reference in New Issue
Block a user