aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/user-preferenced-currency-display/user-preferenced-currency-display.component.js
diff options
context:
space:
mode:
authorHsuan Lee <boczeratul@gmail.com>2018-10-24 16:03:41 +0800
committerHsuan Lee <hsuan@cobinhood.com>2018-12-10 18:29:58 +0800
commitf6db673096dce2d71a9d70845901115efea9e22c (patch)
treea4f312dbc50b54ac1131e17658ad8555de9cdea3 /ui/app/components/user-preferenced-currency-display/user-preferenced-currency-display.component.js
parentb9b8c9d70bfa12aa5c752f05d676b2e1a67405b6 (diff)
downloaddexon-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.js2
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}
/>
)