From 0b7e7e380e003807999b9d87612dcb25c9b37213 Mon Sep 17 00:00:00 2001 From: cp-jagruti-a Date: Wed, 10 Jan 2024 11:28:19 +0530 Subject: [PATCH] Enhance: Unification in services page --- nuxt-frontend/components/home-new/BlogSection.vue | 2 +- nuxt-frontend/components/services/WhatWeOfferDesktop.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nuxt-frontend/components/home-new/BlogSection.vue b/nuxt-frontend/components/home-new/BlogSection.vue index cead864a5..6b95e11a9 100755 --- a/nuxt-frontend/components/home-new/BlogSection.vue +++ b/nuxt-frontend/components/home-new/BlogSection.vue @@ -15,7 +15,7 @@ > Well, at least the community says Hell Yeah. Our blogs hosted on medium have - 100k+ + 100k+ minutes monthly reading time and it’s only rising. diff --git a/nuxt-frontend/components/services/WhatWeOfferDesktop.vue b/nuxt-frontend/components/services/WhatWeOfferDesktop.vue index 7c9e92dc6..76bfb1115 100644 --- a/nuxt-frontend/components/services/WhatWeOfferDesktop.vue +++ b/nuxt-frontend/components/services/WhatWeOfferDesktop.vue @@ -134,7 +134,7 @@ export default { const elementIdx = elementInViewPort(this.$refs); if (elementIdx) { const index = parseInt( - elementIdx ? elementIdx.charAt(elementIdx.length - 1) : 0 + elementIdx ? elementIdx.charAt(elementIdx.length - 1) : 0, ); if (this.prevIndex != index) {