chore: update the start year for 2016

This commit is contained in:
Sébastien Chopin 2023-02-01 18:06:54 +01:00
parent 537c50b7b9
commit be33b08f44

View File

@ -316,7 +316,7 @@
<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-{{ new Date().getFullYear() }} Nuxt - MIT
<span class="text-sm text-gray-700 dark:text-gray-300">© 2016-{{ new Date().getFullYear() }} Nuxt - MIT
License</span>
</div>