Add report issue link

This commit is contained in:
Tom Wilkie
2015-06-09 16:29:22 +00:00
parent b8170313e4
commit e1092d2ac2
3 changed files with 818 additions and 806 deletions
+806 -805
View File
File diff suppressed because it is too large Load Diff
+4 -1
View File
@@ -74,7 +74,10 @@ const App = React.createClass({
<Nodes nodes={this.state.nodes} highlightedNodeIds={this.state.highlightedNodeIds}
highlightedEdgeIds={this.state.highlightedEdgeIds} />
<div className="footer">{versionString}</div>
<div className="footer">
{versionString}&nbsp;&nbsp;
<a href="https://gitreports.com/issue/weaveworks/scope" target="_blank">Report an issue</a>
</div>
</div>
);
}
+8
View File
@@ -63,6 +63,14 @@ body {
z-index: 20;
color: @text-tertiary-color;
font-size: 85%;
a {
color: @text-secondary-color;
&:hover {
color: @text-color;
}
}
}
.logo {