aboutsummaryrefslogtreecommitdiffstats
path: root/old-ui/app/components/identicon.js
diff options
context:
space:
mode:
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)