From b0e060ae7ece4137a8aef32e2740ca7b6a28e7bc Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 29 Nov 2024 15:33:47 -0500 Subject: [PATCH] updated collectible item to match figma --- src/components/helpers/ExternalIcon.tsx | 2 +- src/components/wallet/collectibles/CollectibleBalanceItem.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/helpers/ExternalIcon.tsx b/src/components/helpers/ExternalIcon.tsx index 281a1b1..8114b96 100644 --- a/src/components/helpers/ExternalIcon.tsx +++ b/src/components/helpers/ExternalIcon.tsx @@ -9,7 +9,7 @@ export const ExternalIcon = ({ src, ...rest }: { src: string } & BoxProps) => { style={{ height: '44px', width: '44px' }} {...rest} > - + ) } diff --git a/src/components/wallet/collectibles/CollectibleBalanceItem.tsx b/src/components/wallet/collectibles/CollectibleBalanceItem.tsx index 11c205e..814b206 100644 --- a/src/components/wallet/collectibles/CollectibleBalanceItem.tsx +++ b/src/components/wallet/collectibles/CollectibleBalanceItem.tsx @@ -26,7 +26,7 @@ export default function CollectibleBalanceItem({ )} - + {collectibleInfo.collectibleInfoResponse.name ?? 'Collectible'}