Test deploy 1
This commit is contained in:
parent
08a6898fff
commit
9e58fa3919
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue