diff options
author | Hsuan Lee <boczeratul@gmail.com> | 2018-10-24 16:03:41 +0800 |
---|---|---|
committer | Hsuan Lee <hsuan@cobinhood.com> | 2018-12-10 18:29:58 +0800 |
commit | f6db673096dce2d71a9d70845901115efea9e22c (patch) | |
tree | a4f312dbc50b54ac1131e17658ad8555de9cdea3 /ui/app/components/user-preferenced-currency-display/user-preferenced-currency-display.component.js | |
parent | b9b8c9d70bfa12aa5c752f05d676b2e1a67405b6 (diff) | |
download | dexon-wallet-f6db673096dce2d71a9d70845901115efea9e22c.tar.gz dexon-wallet-f6db673096dce2d71a9d70845901115efea9e22c.tar.zst dexon-wallet-f6db673096dce2d71a9d70845901115efea9e22c.zip |
Refine confirmation screen
Diffstat (limited to 'ui/app/components/user-preferenced-currency-display/user-preferenced-currency-display.component.js')
-rw-r--r-- | ui/app/components/user-preferenced-currency-display/user-preferenced-currency-display.component.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/user-preferenced-currency-display/user-preferenced-currency-display.component.js b/ui/app/components/user-preferenced-currency-display/user-preferenced-currency-display.component.js index 06d9c146..40158a8d 100644 --- a/ui/app/components/user-preferenced-currency-display/user-preferenced-currency-display.component.js +++ b/ui/app/components/user-preferenced-currency-display/user-preferenced-currency-display.component.js @@ -29,7 +29,7 @@ export default class UserPreferencedCurrencyDisplay extends PureComponent { return currency === DEX && showEthLogo && ( <img - src="/images/dexon_logo.svg" + src="/images/dexon-invert.svg" height={ethLogoHeight} /> ) |