From b8bbe57b1108e020efe3f6de2ff4d8474f3435ac Mon Sep 17 00:00:00 2001 From: jagruti Date: Mon, 23 Oct 2023 15:29:32 +0530 Subject: [PATCH] Enhance : Design android app page according to new design --- .../components/android-app-development/DevelopmentSection.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue-frontend/src/components/android-app-development/DevelopmentSection.vue b/vue-frontend/src/components/android-app-development/DevelopmentSection.vue index 76e61eb25..28bac881b 100644 --- a/vue-frontend/src/components/android-app-development/DevelopmentSection.vue +++ b/vue-frontend/src/components/android-app-development/DevelopmentSection.vue @@ -296,7 +296,7 @@ export default { const windowHeight = window.innerHeight; const lastSlide = document.querySelector(".main:last-child"); const lastSlidePosition = lastSlide.getBoundingClientRect().top; - var threshold = windowHeight * 0.2; + let threshold = windowHeight * 0.2; if (this.width < 3840) { threshold = 56.84375; }