Skip to content

Commit

Permalink
Enhance: Unification in services page
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-jagruti-a committed Jan 10, 2024
1 parent e1b9c5f commit 0b7e7e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nuxt-frontend/components/home-new/BlogSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
>
Well, at least the community says Hell Yeah. Our blogs hosted on
medium have
<span class="secondary-color">100k+</span>
<span class="secondary-color sub-h1-semibold lg:mobile-header-2-semibold">100k+</span>
minutes monthly reading time and it’s only rising.
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion nuxt-frontend/components/services/WhatWeOfferDesktop.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 0b7e7e3

Please sign in to comment.