diff --git a/nuxt-frontend/components/contributions/WeeklyUpdate.vue b/nuxt-frontend/components/contributions/WeeklyUpdate.vue index ce86cc69f..789105dd3 100644 --- a/nuxt-frontend/components/contributions/WeeklyUpdate.vue +++ b/nuxt-frontend/components/contributions/WeeklyUpdate.vue @@ -152,7 +152,7 @@ export default { { category: "iOS Weekly", image: ios, - author: "Amisha L", + author: "Amisha I", readtime: "2 min read", title: "iOS Stack Weekly", content: diff --git a/nuxt-frontend/components/frontend-development/BlogSection.vue b/nuxt-frontend/components/frontend-development/BlogSection.vue index 22525ece2..49b602bff 100644 --- a/nuxt-frontend/components/frontend-development/BlogSection.vue +++ b/nuxt-frontend/components/frontend-development/BlogSection.vue @@ -209,4 +209,4 @@ const canopas = "https://blog.canopas.com"; .gradient-border-btn:hover > .fa { @apply text-white; } - \ No newline at end of file + diff --git a/nuxt-frontend/pages/frontend-development.vue b/nuxt-frontend/pages/frontend-development.vue index c2f5a717f..8924b7751 100644 --- a/nuxt-frontend/pages/frontend-development.vue +++ b/nuxt-frontend/pages/frontend-development.vue @@ -19,21 +19,21 @@ import { defineAsyncComponent } from "vue"; import { elementInViewPort } from "@/utils.js"; import LandingSection from "@/components/frontend-development/LandingSection.vue"; import DevelopmentSection from "@/components/frontend-development/DevelopmentSection.vue"; -const PartnerWithUsSection = defineAsyncComponent( - () => import("@/components/frontend-development/PartnerWithUsSection.vue"), +const PartnerWithUsSection = defineAsyncComponent(() => + import("@/components/frontend-development/PartnerWithUsSection.vue") ); -const SuccessStorySection = defineAsyncComponent( - () => import("@/components/frontend-development/SuccessStorySection.vue"), +const SuccessStorySection = defineAsyncComponent(() => + import("@/components/frontend-development/SuccessStorySection.vue") ); -const BlogSection = defineAsyncComponent( - () => import("@/components/frontend-development/BlogSection.vue"), +const BlogSection = defineAsyncComponent(() => + import("@/components/frontend-development/BlogSection.vue") ); -const CtaSection = defineAsyncComponent( - () => import("@/components/frontend-development/CtaSection.vue"), +const CtaSection = defineAsyncComponent(() => + import("@/components/frontend-development/CtaSection.vue") +); +const FaqSection = defineAsyncComponent(() => + import("@/components/frontend-development/FaqSection.vue") ); -const FaqSection = defineAsyncComponent( - () => import("@/components/frontend-development/FaqSection.vue"), -); export default { beforeRouteEnter(to, from, next) {