Skip to content

Commit

Permalink
Merge pull request #221 from elenaizotova/dev
Browse files Browse the repository at this point in the history
Reference examples now open in new tabs
  • Loading branch information
jasondkiesling authored Jun 12, 2019
2 parents 4dd443d + fecab92 commit 116fe49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/reference/Reference.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ export default class Reference extends React.Component {
let link = '/reference/' + example;
return (
<IconButton
href={link}
href={link}
target="_blank"
className="material-icons">
link
</IconButton>
Expand Down

0 comments on commit 116fe49

Please sign in to comment.