diff --git a/nuxt-frontend/components/home-new/HomeIndex.vue b/nuxt-frontend/components/home-new/HomeIndex.vue index baf2bcf06..c76fbaec4 100644 --- a/nuxt-frontend/components/home-new/HomeIndex.vue +++ b/nuxt-frontend/components/home-new/HomeIndex.vue @@ -60,7 +60,7 @@ const BlogSection = defineAsyncComponent(() => import("@/components/home-new/BlogSection.vue") ); const NewFooter = defineAsyncComponent(() => - import("@/components/partials/NewFooter.vue") + import("@/components/partials/Footer.vue") ); export default {