Skip to content

Commit

Permalink
Merge pull request #106 from HackMerced/fix/linkpages
Browse files Browse the repository at this point in the history
Href links for "Our Team" now open in a new page.
  • Loading branch information
maryharebear committed Sep 15, 2020
2 parents f6f93e6 + 9b35a5e commit 4bf0a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TeamPics/teampics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const TeamPics: FC = (): JSX.Element => {
teamArray.push(
<li key={index}>
<div className="hexagon">
<a href={member.url}>
<a href={member.url} target="_blank" rel="noopener noreferrer">
<img
className="Picture"
src={member.src}
Expand Down

0 comments on commit 4bf0a0d

Please sign in to comment.