Skip to content

Commit

Permalink
Fix double new tabs opening on firefox
Browse files Browse the repository at this point in the history
Solves #3
  • Loading branch information
nishanthvijayan committed Mar 31, 2019
1 parent 0bf8b46 commit 8546e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Contest.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const Contest = React.createClass({
<div className="details-container">

<h2 className="contest-title" onClick={this.onClickContestTitle}>
<a className="no-decoration" href={this.props.contest.url} target="_blank">
<a className="no-decoration">
{this.props.contest.name}
</a>
</h2>
Expand Down

0 comments on commit 8546e7e

Please sign in to comment.