Skip to content

Commit

Permalink
Enhance : Unification in mobile app development page
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-jagruti-a committed Jan 30, 2024
1 parent bdd59c2 commit a08447a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nuxt-frontend/components/mobile-app-development/Portfolio.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
alt="app-logo"
class="h-[1.875rem] w-[1.875rem] object-contain"
:class="index == 3 ? 'w-[4.688rem]' : ''"
loading="lazy"
/>
<p class="mobile-header-3-semibold text-black-87">
{{ portfolio.name }}
Expand All @@ -45,6 +46,7 @@
alt="app-image"
class="mx-auto mt-4 h-full max-w-[95%] md:max-w-[75%]"
@click="openPortfolio(portfolio)"
loading="lazy"
/>
</div>
</div>
Expand Down

0 comments on commit a08447a

Please sign in to comment.