diff --git a/README.md b/README.md index 9428ece31..a66c6eb6d 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Welcome to the Nuxt website repository available on [nuxt.com](https://nuxt.com). [![Nuxt UI](https://img.shields.io/badge/Made%20with-Nuxt%20UI-00DC82?logo=nuxt.js&labelColor=020420)](https://ui.nuxt.com) +[![nuxt.care](https://img.shields.io/badge/Health%20by-nuxt.care-84cc16?labelColor=020420)](https://nuxt.care) ## Setup diff --git a/app/components/AdminDashboard.vue b/app/components/AdminDashboard.vue index 1c0c7a467..e19126d49 100644 --- a/app/components/AdminDashboard.vue +++ b/app/components/AdminDashboard.vue @@ -43,7 +43,7 @@ const items = computed(() => [ ] ]) -const { data: rawFeedback, refresh: refreshFeedback } = await useFetch('/api/feedback') +const { data: rawFeedback, refresh: refreshFeedback } = await useFetch('/api/feedback') const { deleteFeedback } = useFeedbackDelete() const { exportFeedbackData, exportPageAnalytics } = useFeedbackExport() diff --git a/app/components/module/ModuleItem.vue b/app/components/module/ModuleItem.vue index 476e1f0e0..d91692cd8 100644 --- a/app/components/module/ModuleItem.vue +++ b/app/components/module/ModuleItem.vue @@ -97,7 +97,7 @@ const items = computed(() => [ container: 'flex flex-col', wrapper: 'flex flex-col min-h-0 items-start', body: 'flex-none', - footer: 'w-full mt-auto pointer-events-auto pt-4 z-[1]' + footer: 'w-full mt-auto pointer-events-auto pt-4 z-1' }" @click="handleCardClick" > @@ -111,21 +111,25 @@ const items = computed(() => [ /> - - - +
+ + +