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

13 lines
284 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>