diff --git a/wallets/react-wallet-v2/README.md b/wallets/react-wallet-v2/README.md index e519031..e53cd62 100644 --- a/wallets/react-wallet-v2/README.md +++ b/wallets/react-wallet-v2/README.md @@ -96,6 +96,7 @@ url: `/pairings` url: `/` | Key | Description | | ----------- | ----------- | +| `account-picker` | Account drop down selector| | `chain-card-${chain id}` | Chain card by chain id | | `chain-switch-button-${chain id}` | Chain switch button | | `chain-switch-button-${chain id}` | Chain copy button | \ No newline at end of file diff --git a/wallets/react-wallet-v2/src/components/AccountPicker.tsx b/wallets/react-wallet-v2/src/components/AccountPicker.tsx index 3bc14d7..0e3baf0 100644 --- a/wallets/react-wallet-v2/src/components/AccountPicker.tsx +++ b/wallets/react-wallet-v2/src/components/AccountPicker.tsx @@ -26,7 +26,7 @@ export default function AccountPicker() { } return ( - onSelect(e.currentTarget.value)} aria-label="addresses" data-testid="account-picker"> diff --git a/wallets/react-wallet-v2/src/components/Navigation.tsx b/wallets/react-wallet-v2/src/components/Navigation.tsx index 0942a27..edc20f6 100644 --- a/wallets/react-wallet-v2/src/components/Navigation.tsx +++ b/wallets/react-wallet-v2/src/components/Navigation.tsx @@ -5,20 +5,20 @@ import Link from 'next/link' export default function Navigation() { return ( - - + + accounts icon - - + + sessions icon - - + + - - + + pairings icon - - + + settings icon