aboutsummaryrefslogtreecommitdiffstats
path: root/old-ui/app/components/identicon.js
diff options
context:
space:
mode:
authorHsuan Lee <boczeratul@gmail.com>2018-10-16 20:29:38 +0800
committerHsuan Lee <hsuan@cobinhood.com>2018-12-10 18:16:57 +0800
commit354ba3d672ec8a579a86fb6a2cfc577c3eaf7985 (patch)
tree13d5504174164f376dcf4789e545a386ff0b567a /old-ui/app/components/identicon.js
parent6c11bcaeb94b4b98287d9ad1b9442932d4dffd61 (diff)
downloaddexon-wallet-354ba3d672ec8a579a86fb6a2cfc577c3eaf7985.tar.gz
dexon-wallet-354ba3d672ec8a579a86fb6a2cfc577c3eaf7985.tar.zst
dexon-wallet-354ba3d672ec8a579a86fb6a2cfc577c3eaf7985.zip
Use DEXON version of jazzicon
Diffstat (limited to 'old-ui/app/components/identicon.js')
-rw-r--r--old-ui/app/components/identicon.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/old-ui/app/components/identicon.js b/old-ui/app/components/identicon.js
index bb476ca7..5976a344 100644
--- a/old-ui/app/components/identicon.js
+++ b/old-ui/app/components/identicon.js
@@ -3,7 +3,7 @@ const h = require('react-hyperscript')
const inherits = require('util').inherits
const isNode = require('detect-node')
const findDOMNode = require('react-dom').findDOMNode
-const jazzicon = require('jazzicon')
+const jazzicon = require('@dexon-foundation/jazzicon')
const iconFactoryGen = require('../../lib/icon-factory')
const iconFactory = iconFactoryGen(jazzicon)