text-with-image and logo sections
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<ul class="flex flex-col gap-4 mb-8">
|
||||
<li v-for="(item, index) in items" :key="`item-${index}`" class="flex items-center gap-4">
|
||||
<img v-if="item.icon" :src="`/svg/${item.icon}`" :alt="`icon-${item.icon}`" class="w-8 h-8" />
|
||||
<p v-html="item.content"></p>
|
||||
<p class="text-lg" v-html="item.content"></p>
|
||||
</li>
|
||||
</ul>
|
||||
<NuxtLink v-if="button" :to="`/${langcode}/${button.link}`" class=" w-fit">
|
||||
|
||||
Reference in New Issue
Block a user