fix: use dynamic copyright year (#193)

This commit is contained in:
Patrick D'Orival 2023-01-05 23:22:43 +11:00 committed by GitHub
parent 5f0b6396cb
commit 43ba3efaf3

View File

@ -316,7 +316,8 @@
<div class="mx-auto sm:px-6 lg:px-8 px-4 w-full">
<div class="flex flex-col items-center gap-3 sm:flex-row sm:justify-between">
<div class="flex flex-col-reverse items-center gap-3 sm:flex-row">
<span class="text-sm text-gray-700 dark:text-gray-300">© 2022 Nuxt - MIT License</span>
<span class="text-sm text-gray-700 dark:text-gray-300">© 2022-{{ new Date().getFullYear() }} Nuxt - MIT
License</span>
</div>
<ul class="flex items-center justify-end gap-3">