Skip to content

Commit

Permalink
Resolve linking issue in electron (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinfroedge authored and svk31 committed Aug 30, 2017
1 parent 96bb934 commit 5881299
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ web/stats*
web/hash-history
docs/_build/
*.swp
*.python-version
4 changes: 2 additions & 2 deletions web/app/components/Settings/AccessSettings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ class AccessSettings extends React.Component {

<div className="available-nodes" style={{position: "relative", marginBottom: "2em"}}>
<Translate component="p" content="settings.available_nodes" />
<a href="#" onClick={props.triggerModal.bind(this)} style={{position: "absolute", right: 0, top: "5px"}} >
<span onClick={props.triggerModal.bind(this)} style={{cursor: "pointer", position: "absolute", right: 0, top: "5px", color: "#4A90E2"}} >
<Translate id="add" component="span" content="settings.add_api" />
</a>
</span>
{
nodes.map((node)=>{
return renderNode(node, true);
Expand Down

0 comments on commit 5881299

Please sign in to comment.