Skip to content

Commit

Permalink
Enhance : Unification in home page
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-jagruti-a committed Dec 21, 2023
1 parent 62549aa commit 3f2aed0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions nuxt-frontend/components/home-new/HomeIndex.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
ref="contributions"
/>
<CTASection ref="cta" class="pt-10 bg-[#121212]" />
<NewFooter
class="bg-gradient-to-b from-pink-0 to-pink-16"
/>
<NewFooter class="bg-gradient-to-b from-pink-0 to-pink-16" />
</div>
</template>

Expand Down
2 changes: 1 addition & 1 deletion nuxt-frontend/components/jobs/VirtuesView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -276,4 +276,4 @@ export default {
},
inject: ["mixpanel"],
};
</script>
</script>
4 changes: 1 addition & 3 deletions nuxt-frontend/pages/mobile-app-development.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
<CTASection2 ref="cta" />
</div>
</div>
<NewFooter
class="bg-gradient-to-b from-pink-0 to-pink-16"
/>
<NewFooter class="bg-gradient-to-b from-pink-0 to-pink-16" />
</div>
</template>

Expand Down

0 comments on commit 3f2aed0

Please sign in to comment.