Skip to content

Commit

Permalink
Merge pull request #223 from engaging-computing/dev
Browse files Browse the repository at this point in the history
Reference example links open in a new tab
  • Loading branch information
jasondkiesling authored Jun 12, 2019
2 parents 9c95f71 + 2fbf934 commit 033eb69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ MYR can be found online at [LearnMYR.org](https://learnmyr.org). For more inform
## ECG
The Engaging Computing Group develops new technologies to enable learners—youth, teachers, undergraduates, and others— in order for them to be creative in science, engineering, and computing, and studies how these technologies improve learning. For more information about the Engaging Computing Group, please visit the [ECG website](https://sites.uml.edu/engaging-computing).

## Change Log - 1.1.0 -> 1.2.0
- Update component file structure (No visible changes to LearnMYR.org)
- Dependency updates (No visible changes to LearnMYR.org)
## Change Log - 1.2.0 -> 1.2.1
- Reference links open in a new tab

## Acknowledgments
MYR uses [Aframe](https://aframe.io), a fantastic open source project, to render objects and effects in the three dimensional space.
Expand Down
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 033eb69

Please sign in to comment.