diff --git a/components/custom/Nav/user/User.vue b/components/custom/Nav/user/User.vue index 8a3e6896..4469378a 100644 --- a/components/custom/Nav/user/User.vue +++ b/components/custom/Nav/user/User.vue @@ -31,7 +31,7 @@ function signOutHandler() { diff --git a/nuxt.config.ts b/nuxt.config.ts index 4762b67a..cca9788e 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -21,7 +21,6 @@ export default defineNuxtConfig({ 'nuxt-icon', '@nuxt/fonts', 'nuxt-svgo', - 'dayjs-nuxt', '@sentry/nuxt/module', '@nuxt/image', ], diff --git a/pages/index.vue b/pages/index.vue index d1c707b0..d8b0d8f9 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -8,15 +8,17 @@ definePageMeta({ useHead({ title: 'Home | Enspire', }) + +const now = new Date().getHours()