mirror of
https://github.com/trezor/trezor-wallet
synced 2025-06-27 10:22:35 +00:00
change icon for "change wallet type" btn
This commit is contained in:
parent
163288ee3d
commit
fe5c50f2b3
@ -60,7 +60,7 @@ class MenuItems extends PureComponent {
|
|||||||
{this.showClone() && (
|
{this.showClone() && (
|
||||||
<Item onClick={() => this.props.duplicateDevice(device)}>
|
<Item onClick={() => this.props.duplicateDevice(device)}>
|
||||||
<Icon
|
<Icon
|
||||||
icon={icons.T1}
|
icon={icons.WALLET_STANDARD}
|
||||||
size={25}
|
size={25}
|
||||||
color={colors.TEXT_SECONDARY}
|
color={colors.TEXT_SECONDARY}
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user