1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-15 21:08:57 +00:00

change icon for "change wallet type" btn

This commit is contained in:
slowbackspace 2019-01-16 15:28:09 +01:00
parent 163288ee3d
commit fe5c50f2b3

View File

@ -60,7 +60,7 @@ class MenuItems extends PureComponent {
{this.showClone() && (
<Item onClick={() => this.props.duplicateDevice(device)}>
<Icon
icon={icons.T1}
icon={icons.WALLET_STANDARD}
size={25}
color={colors.TEXT_SECONDARY}
/>