diff --git a/bun.lockb b/bun.lockb index 840b8dde..797a270f 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/components/react/views/Connected.tsx b/components/react/views/Connected.tsx index a893599b..43424206 100644 --- a/components/react/views/Connected.tsx +++ b/components/react/views/Connected.tsx @@ -57,7 +57,7 @@ export const Connected = ({ {name} diff --git a/components/react/views/Connecting.tsx b/components/react/views/Connecting.tsx index ec452c6a..dbc1fd34 100644 --- a/components/react/views/Connecting.tsx +++ b/components/react/views/Connecting.tsx @@ -43,7 +43,7 @@ export const Connecting = ({
{name} diff --git a/components/react/views/Error.tsx b/components/react/views/Error.tsx index 1805a0e8..6865bb63 100644 --- a/components/react/views/Error.tsx +++ b/components/react/views/Error.tsx @@ -45,7 +45,11 @@ export const Error = ({
Wallet type logo
{name} diff --git a/components/react/views/WalletList.tsx b/components/react/views/WalletList.tsx index 41b23e7a..9b6bafb6 100644 --- a/components/react/views/WalletList.tsx +++ b/components/react/views/WalletList.tsx @@ -15,15 +15,17 @@ export const WalletList = ({ const isDarkMode = document.documentElement.classList.contains('dark'); const social = wallets.filter(wallet => - ['Google', 'Twitter', 'Apple', 'Discord', 'GitHub', 'Reddit'].includes( + ['Google', 'Twitter', 'Apple', 'Discord', 'GitHub', 'Reddit', 'Email', 'SMS'].includes( wallet.walletInfo.prettyName ) ); const browser = wallets.filter(wallet => - ['Keplr', 'Cosmostation', 'Leap', 'Station'].includes(wallet.walletInfo.prettyName) + ['Keplr', 'Cosmostation', 'Leap', 'Station', 'Cosmos MetaMask Extension'].includes( + wallet.walletInfo.prettyName + ) ); - + console.log(wallets); const mobile = wallets.filter(wallet => ['Wallet Connect', 'Keplr Mobile', 'Cosmostation Mobile', 'Leap Mobile'].includes( wallet.walletInfo.prettyName @@ -40,7 +42,7 @@ export const WalletList = ({