diff --git a/packages/beacon-ui/src/components/top-wallets/index.tsx b/packages/beacon-ui/src/components/top-wallets/index.tsx index 88e22ab63..c8d86289c 100644 --- a/packages/beacon-ui/src/components/top-wallets/index.tsx +++ b/packages/beacon-ui/src/components/top-wallets/index.tsx @@ -18,26 +18,32 @@ const TopWallets: React.FC = (props: TopWalletsProps) => { const enableBugReport = localStorage ? localStorage.getItem(StorageKey.ENABLE_METRICS) : 'false' return ( -
-
-

Connect Wallet

- {enableBugReport === 'true' ? ( - - Do you wish to report a bug?{' '} - - Click here - + +

Connect Wallet

+ {enableBugReport === 'true' ? ( + + Do you wish to report a bug?{' '} + + Click here - ) : ( - - If you don't have a wallet, you can select a provider and create one now.{' '} - - Learn more - - - )} -
- + + ) : ( + + If you don't have a wallet, you can select a provider and create one now.{' '} + Learn more + + )} + {props.wallets.map((wallet) => ( = (props: TopWalletsProps) => { /> ))} {props.otherWallets && ( -
-
+ +

Other Wallets

See other wallets you can use to connect

-
-
+ + Other Wallet 1 - Other Wallet 2 + Other Wallet 2 Other Wallet 3 -
-
+
+
)} -
+ ) } diff --git a/packages/beacon-ui/src/components/wallet/index.tsx b/packages/beacon-ui/src/components/wallet/index.tsx index a107bfae3..2441129fb 100644 --- a/packages/beacon-ui/src/components/wallet/index.tsx +++ b/packages/beacon-ui/src/components/wallet/index.tsx @@ -14,7 +14,7 @@ interface WalletProps { const Wallet: React.FC = (props: WalletProps) => { return ( - +