Skip to content

Commit

Permalink
Fix runtime error
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-jagruti-a committed Nov 24, 2023
1 parent d5346cd commit ce23918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt-frontend/pages/contributions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const ExploreDesign = defineAsyncComponent(
() => import("@/components/contributions/DesignExplore.vue"),
);
const NewFooter = defineAsyncComponent(
() => import("@/components/partials/NewFooter.vue"),
() => import("@/components/partials/Footer.vue"),
);
const { $mixpanel } = useNuxtApp();
Expand Down

0 comments on commit ce23918

Please sign in to comment.