Upgrade nuxt & nuxt-ui to latest

This commit is contained in:
2025-09-19 20:45:17 +03:00
parent b8a4eceab5
commit ee04181d82
21 changed files with 10310 additions and 15424 deletions

View File

@@ -3,7 +3,7 @@ const currentYear = new Date().getFullYear();
</script>
<template>
<UContainer class="flex flex-col gap-5" as="footer">
<UContainer class="flex flex-col gap-5 p-4 sm:p-6 lg:p-8 max-w-3xl items-center justify-center" as="footer">
<div class="text-sm text-gray-400">
© Marios Antonoudiou {{ currentYear }} - 🏛 Athens, Greece
</div>