diff --git a/src/components/Wallet/modals/DisconnectModal/index.tsx b/src/components/Wallet/modals/DisconnectModal/index.tsx index 6c732172..3db2f292 100644 --- a/src/components/Wallet/modals/DisconnectModal/index.tsx +++ b/src/components/Wallet/modals/DisconnectModal/index.tsx @@ -8,7 +8,7 @@ import { getAddressForFormat } from '../../../../helpers/addressFormatter'; import { useNodeInfoState } from '../../../../NodeInfoProvider'; import { useAccountBalance } from '../../../../shared/useAccountBalance'; import { useGlobalState } from '../../../../GlobalStateProvider'; -import { CopyableAddress } from '../../../PublicKey'; +import { CopyablePublicKey } from '../../../PublicKey/CopyablePublicKey'; import { Skeleton } from '../../../Skeleton'; interface WalletButtonProps { @@ -23,18 +23,18 @@ const WalletButton = ({ wallet, query, balance, tokenSymbol, walletAccount }: Wa ); @@ -56,10 +56,10 @@ const WalletDropdownMenu = ({ tokenSymbol, removeWalletAccount, }: WalletDropdownMenuProps) => ( - +
{walletAccount?.name}
- Send {totalAmount} {asset?.getCode()}
-
+
{asset && asset.getIssuer() && ( <> - issued by +

issued by

)}
-
With the text memo
- {issueRequest && } -
In a single transaction to
- +
With the text memo
+ {issueRequest && } +
In a single transaction to
+ @@ -93,7 +93,7 @@ export function ConfirmationDialog(props: ConfirmationDialogProps): JSX.Element )}
-
Note:
+
Note: