Add report issue link

This commit is contained in:
Tom Wilkie
2015-06-09 10:11:39 +00:00
parent b8170313e4
commit e1092d2ac2
3 changed files with 818 additions and 806 deletions

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>
);
}