diff --git a/packages/ui/material-ui/src/WalletDialog.tsx b/packages/ui/material-ui/src/WalletDialog.tsx index 562bae8a4..c49060df8 100644 --- a/packages/ui/material-ui/src/WalletDialog.tsx +++ b/packages/ui/material-ui/src/WalletDialog.tsx @@ -162,7 +162,7 @@ export const WalletDialog: FC = ({ diff --git a/packages/ui/react-ui/src/Button.tsx b/packages/ui/react-ui/src/Button.tsx index c79b5b3c9..86bfe2438 100644 --- a/packages/ui/react-ui/src/Button.tsx +++ b/packages/ui/react-ui/src/Button.tsx @@ -22,7 +22,7 @@ export const Button: FC = (props) => { type="button" > {props.startIcon && {props.startIcon}} - {props.children} + {props.children} {props.endIcon && {props.endIcon}} ); diff --git a/packages/ui/react-ui/src/WalletListItem.tsx b/packages/ui/react-ui/src/WalletListItem.tsx index fb0355ed7..805edc89f 100644 --- a/packages/ui/react-ui/src/WalletListItem.tsx +++ b/packages/ui/react-ui/src/WalletListItem.tsx @@ -16,7 +16,7 @@ export const WalletListItem: FC = ({ handleClick, tabIndex,
  • ); diff --git a/packages/ui/react-ui/src/WalletModal.tsx b/packages/ui/react-ui/src/WalletModal.tsx index c4853af72..2d9bf11ed 100644 --- a/packages/ui/react-ui/src/WalletModal.tsx +++ b/packages/ui/react-ui/src/WalletModal.tsx @@ -166,7 +166,7 @@ export const WalletModal: FC = ({ className = '', container = onClick={handleCollapseClick} tabIndex={0} > - {expanded ? 'Less ' : 'More '}options + {`${expanded ? 'Less' : 'More'} options`} = ({ className = '', container = onClick={handleCollapseClick} tabIndex={0} > - {expanded ? 'Hide ' : 'Already have a wallet? View '}options + + {`${expanded ? 'Hide' : 'Already have a wallet? View'} options`} +