minor: add The prefix

This commit is contained in:
2025-09-18 13:10:39 -04:00
parent f49c76a642
commit 2a70cf5533
5 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
<template>
<div class="container-fluid flex flex-col lg:flex-row justify-between items-center gap-x-6 gap-y-3 py-3 text-muted text-sm text-center">
<p class="flex-break-words">
© {{ new Date().getFullYear() }} Conseil de la culture de l'Abitibi-Témiscamingue.
</p>
<p 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>
</p>
</div>
</template>