From e4956c3123a23cf4bddaf2617e36456735fddced Mon Sep 17 00:00:00 2001 From: Kevin Serrano Date: Tue, 28 Jun 2016 16:15:26 -0700 Subject: Modify network icons to reflect current design. (#355) * Modify network icons to reflect current design. * Switch icons around. --- ui/app/components/network.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/app/components') diff --git a/ui/app/components/network.js b/ui/app/components/network.js index 771be5f32..9f7287371 100644 --- a/ui/app/components/network.js +++ b/ui/app/components/network.js @@ -47,9 +47,9 @@ Network.prototype.render = function () { (function () { switch (iconName) { case 'ethereum-network': - return h('.menu-icon.ether-icon') + return h('.menu-icon.diamond') case 'morden-test-network': - return h('.menu-icon.morden-icon') + return h('.menu-icon.red-dot') default: return h('i.fa.fa-question-circle.fa-lg', { ariaHidden: true, -- cgit