generated from pascalmartineau/wp-skeleton
minor: add The prefix
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user