From 1c96dbc00932b7a99b840662c67e175f66fb4738 Mon Sep 17 00:00:00 2001 From: Sumita Canopas Date: Thu, 15 Feb 2024 16:51:18 +0530 Subject: [PATCH] Add nuxt-link --- .../home-new/ContributionSection.vue | 15 +++++----- .../home-new/ContributionSectionMobile.vue | 15 +++++----- .../components/home-new/HomeIndex.vue | 10 +++---- .../components/services/SuccessStories.vue | 20 ++++++++----- .../services/WhatWeOfferDesktop.vue | 30 +++++++++---------- .../components/services/WhatWeOfferMobile.vue | 24 +++++++-------- 6 files changed, 56 insertions(+), 58 deletions(-) diff --git a/nuxt-frontend/components/home-new/ContributionSection.vue b/nuxt-frontend/components/home-new/ContributionSection.vue index a92b5c598..28fde1851 100644 --- a/nuxt-frontend/components/home-new/ContributionSection.vue +++ b/nuxt-frontend/components/home-new/ContributionSection.vue @@ -40,10 +40,12 @@ -
@@ -109,7 +111,7 @@
- + @@ -123,7 +125,7 @@ import jcAnimationsMp4 from "@/assets/images/contribution/animations/JetpackComp import jcAnimationsWebm from "@/assets/images/contribution/animations/JetpackComposeAnimations.webm"; import config from "@/config.js"; import lozad from "lozad"; -import { setGithubStars, openBlog } from "@/utils.js"; +import { setGithubStars } from "@/utils.js"; import { mapState } from "pinia"; import { useContributionStore } from "@/stores/contribution"; @@ -135,7 +137,6 @@ export default { }, data() { return { - openBlog, websiteOpenSourceUrl: config.WEBSITE_OPEN_SOURCE_URL, contributions: [ { @@ -172,7 +173,7 @@ export default { () => this.cData, (data) => { setGithubStars(this.contributions, data); - }, + } ); if (this.cData != null) { setGithubStars(this.contributions, this.cData); diff --git a/nuxt-frontend/components/home-new/ContributionSectionMobile.vue b/nuxt-frontend/components/home-new/ContributionSectionMobile.vue index f4a3cac6a..2ca9283bf 100644 --- a/nuxt-frontend/components/home-new/ContributionSectionMobile.vue +++ b/nuxt-frontend/components/home-new/ContributionSectionMobile.vue @@ -32,10 +32,10 @@ -
this.cData, (data) => { setGithubStars(this.contributions, data); - }, + } ); if (this.cData != null) { setGithubStars(this.contributions, this.cData); diff --git a/nuxt-frontend/components/home-new/HomeIndex.vue b/nuxt-frontend/components/home-new/HomeIndex.vue index 3231c71b5..e6c76db18 100644 --- a/nuxt-frontend/components/home-new/HomeIndex.vue +++ b/nuxt-frontend/components/home-new/HomeIndex.vue @@ -6,7 +6,7 @@ - +