Skip to content

Commit

Permalink
tile arrow updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajandeep98 committed Dec 20, 2024
1 parent 5f00b2a commit 8a23742
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions web/site/app/components/Sbc/Docs/ProductCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,10 @@ function goToProduct () {
</ul>
</div>
<div class="px-4 pb-3.5 text-left sm:p-7">
<span class="flex flex-wrap items-center font-semibold tracking-wide text-[#1a5a96] underline dark:text-white">
<span class="flex flex-wrap items-center text-base font-semibold tracking-wide text-[#1a5a96] underline dark:text-white">
<span>
{{ $t('SbcProductCard.goTo') }} {{ name }} {{ name === 'Pay API and Catalog Services' ? '' : $t('SbcProductCard.api') }}
<span class="inline-flex align-middle">
<UIcon name="i-mdi-arrow-right-thin scale-150 ml-2" />
</span>

</span>
</span>
</div>
Expand Down

0 comments on commit 8a23742

Please sign in to comment.