ButtonCTA amended and urls updated
This commit is contained in:
@@ -40,9 +40,7 @@
|
||||
</div>
|
||||
<div v-if="imageCTA" class="flex flex-col items-end">
|
||||
<p v-if="imageCTA.description" class="text-lg-custom mt-2">{{ imageCTA.description }}</p>
|
||||
<NuxtLink v-if="imageCTA.button" :to="imageCTA.button.url">
|
||||
<ButtonCTA size="md" class="uppercase mt-4">{{ imageCTA.button.label }}</ButtonCTA>
|
||||
</NuxtLink>
|
||||
<ButtonCTA v-if="imageCTA.button" :to="imageCTA.button.url" size="md" class="uppercase mt-4">{{ imageCTA.button.label }}</ButtonCTA>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user