Skip to content

Commit

Permalink
Update project link to open externally
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Le committed Mar 28, 2020
1 parent 6c9829e commit b9c879e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Portfolio.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Portfolio extends Component {
var projectImage = 'images/portfolio/'+projects.image;
return <div key={projects.title} className="columns portfolio-item">
<div className="item-wrap">
<a href={projects.url} title={projects.title}>
<a href={projects.url} title={projects.title} rel="noopener noreferrer" target="_blank">
<img alt={projects.title} src={projectImage} />
<div className="overlay">
<div className="portfolio-item-meta">
Expand Down

0 comments on commit b9c879e

Please sign in to comment.