aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/app/components/network.js11
1 files changed, 10 insertions, 1 deletions
diff --git a/ui/app/components/network.js b/ui/app/components/network.js
index f0fc14454..94704b1bc 100644
--- a/ui/app/components/network.js
+++ b/ui/app/components/network.js
@@ -45,7 +45,7 @@ Network.prototype.render = function () {
iconName = 'kovan-test-network'
} else if (providerName === 'rinkeby') {
hoverText = 'Rinkeby Test Network'
- iconName = 'unknown-private-network'
+ iconName = 'rinkeby-test-network'
}else {
hoverText = 'Unknown Private Network'
iconName = 'unknown-private-network'
@@ -85,6 +85,15 @@ Network.prototype.render = function () {
}},
'Kovan Test Net'),
])
+ case 'rinkeby-test-network':
+ return h('.network-indicator', [
+ h('.menu-icon.hollow-diamond'),
+ h('.network-name', {
+ style: {
+ color: '#550077',
+ }},
+ 'Rinkeby Test Net'),
+ ])
default:
return h('.network-indicator', [
h('i.fa.fa-question-circle.fa-lg', {