Test deploy 1
Some checks failed
Production Build and Deploy / Build (push) Failing after 14s
Production Build and Deploy / Deploy (push) Has been skipped

This commit is contained in:
Liviu Burcusel 2025-12-15 14:27:50 +01:00
parent 08a6898fff
commit 9e58fa3919
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C

View file

@ -5,5 +5,6 @@ const currentYear = new Date().getFullYear();
<footer class="layout-footer font-bold"> <footer class="layout-footer font-bold">
<div v-if="currentYear === 2025">Glowing Fiesta 2025</div> <div v-if="currentYear === 2025">Glowing Fiesta 2025</div>
<div v-else>Glowing Fiesta 2025 - {{ currentYear }}</div> <div v-else>Glowing Fiesta 2025 - {{ currentYear }}</div>
<div class="font-light text-emerald-500">(with auto-deploy)</div>
</footer> </footer>
</template> </template>