diff --git a/packages/wallets/src/components/AppCard/AppCard.tsx b/packages/wallets/src/components/AppCard/AppCard.tsx index 55cdf7a7a370..d304427524d1 100644 --- a/packages/wallets/src/components/AppCard/AppCard.tsx +++ b/packages/wallets/src/components/AppCard/AppCard.tsx @@ -28,7 +28,10 @@ const AppCard: React.FC = ({ walletName, }) => { return ( -
+
{cardSize !== 'sm' && (
diff --git a/packages/wallets/src/components/WalletCard/WalletCard.tsx b/packages/wallets/src/components/WalletCard/WalletCard.tsx index 9370a935b732..5d90a30c027a 100644 --- a/packages/wallets/src/components/WalletCard/WalletCard.tsx +++ b/packages/wallets/src/components/WalletCard/WalletCard.tsx @@ -31,6 +31,7 @@ const WalletCard: React.FC = ({ return (