diff --git a/ui/component/common/icon-custom.jsx b/ui/component/common/icon-custom.jsx index 471e7311a..d463b4378 100644 --- a/ui/component/common/icon-custom.jsx +++ b/ui/component/common/icon-custom.jsx @@ -285,12 +285,6 @@ export const icons = { ), - [ICONS.WALLET2]: buildIcon( - - - - - ), [ICONS.COIN_SWAP]: buildIcon( diff --git a/ui/component/header/view.jsx b/ui/component/header/view.jsx index 5848c3fe0..2dfa46524 100644 --- a/ui/component/header/view.jsx +++ b/ui/component/header/view.jsx @@ -135,7 +135,7 @@ const Header = (props: Props) => { navigate={`/$/${PAGES.WALLET}`} className="header__navigationItem--icon header__navigationItem--balance" label={!(hideBalance || Number(roundedBalance) === 0) && roundedBalance} - icon={ICONS.WALLET2} + icon={ICONS.LBC} iconSize={18} onDoubleClick={(e) => { e.stopPropagation(); diff --git a/ui/constants/icons.js b/ui/constants/icons.js index 54f71cf61..165ef2f2f 100644 --- a/ui/constants/icons.js +++ b/ui/constants/icons.js @@ -186,4 +186,3 @@ export const MYSTERIES = 'Mysteries'; export const TECHNOLOGY = 'Technology'; export const EMOJI = 'Emoji'; export const STICKER = 'Sticker'; -export const WALLET2 = 'Wallet2';