Skip to content

Commit

Permalink
Open sidebar URL in new tab. Closes #29
Browse files Browse the repository at this point in the history
  • Loading branch information
Raathigesh committed Jul 16, 2016
1 parent fc22d3a commit 4bd8be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/components/SideBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const SideBar = (props) => {
<h4 className="ui header">
<i className={`lightning ${props.status.color} icon`}></i>
<div className="content">
<a href={url}>{url}</a>
<a href={url} target="_blank">{url}</a>
<div className="sub header">{props.status.message}</div>
</div>
</h4>
Expand Down

0 comments on commit 4bd8be3

Please sign in to comment.