diff --git a/src/views/index.jade b/src/views/index.jade index 6b14bb2..cad03a5 100644 --- a/src/views/index.jade +++ b/src/views/index.jade @@ -163,7 +163,7 @@ block content div.active-nodes.text-warning i.icon-warning-o span.small-title ATTENTION! - span.small-value This page does not represent the entire state of the ethereum network - listing a node on this page is a voluntary process. + span.small-value This page does not represent the entire state of the Link network - listing a node on this page is a voluntary process. //- div.col-xs-12.stat-holder.box //- div.active-nodes.text-danger //- i.icon-hashrate diff --git a/src/views/layout.jade b/src/views/layout.jade index 4822caa..216ff88 100644 --- a/src/views/layout.jade +++ b/src/views/layout.jade @@ -3,11 +3,11 @@ doctype html html(ng-app="netStatsApp") head meta(name="viewport", content="width=device-width, initial-scale=1.0, maximum-scale=1.0") - title Ethereum Network Status + title Link Network Status style(type="text/css") [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { display: none !important; } link(rel='stylesheet', href='//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700') link(rel='stylesheet', href='/css/netstats.min.css') body block content - script(src="/js/netstats.min.js") \ No newline at end of file + script(src="/js/netstats.min.js")