From 4cef45f5c940e8a0340a22c828253b24a72841a6 Mon Sep 17 00:00:00 2001 From: zeppi Date: Fri, 15 Apr 2022 15:17:26 -0400 Subject: [PATCH] wallet icon was bad --- ui/component/common/icon-custom.jsx | 6 ------ ui/component/header/view.jsx | 2 +- ui/constants/icons.js | 1 - 3 files changed, 1 insertion(+), 8 deletions(-) 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';