Files
wp-headless/wp-content/themes/moonshine/app/components/site/SiteFooterCredits.vue

7 lines
248 B
Vue

<template>
<div class="flex items-center gap-1">
Fait avec <UIcon name="i-lucide-heart" /> par
<ULink href="https://websimple.com" target="_blank" external title="Site web développé par Websimple">Websimple</ULink>
</div>
</template>