Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/hit-pay/orchid into next
Browse files Browse the repository at this point in the history
  • Loading branch information
kewcoder committed Dec 10, 2024
2 parents 524cf6e + 3ab595f commit ed57ce9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ defineProps({
v-if="countryIso"
class="flex justify-center items-center w-[38px] h-[38px] shrink-0 rounded-full bg-oc-gray-100"
>
<div class="fi !w-[24px] !h-[16px] !rounded-[1px]" :class="`fi-${countryIso}`" />
<Icon
class="!w-[24px] !h-[16px] !rounded-[1px]"
:name="`flags/${countryIso.toUpperCase()}`"
/>
</div>
{{ content }}
</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ const args = {
{
title: 'HitPay Balance',
content: 'SGD 1,110.00',
value: 'hitpay'
value: 'hitpay',
countryIso: 'US'
},
{
title: 'Card Balance',
Expand Down

0 comments on commit ed57ce9

Please sign in to comment.