Skip to content

Commit

Permalink
team member links should default open in a new tab/window
Browse files Browse the repository at this point in the history
  • Loading branch information
mckelvey committed Nov 26, 2024
1 parent c1d6325 commit 7ebfadb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const LinkTeamMember: React.FC<LinkTeamMemberProps> = ({
TEAM_MEMBERS[teamMemberName]

return (
<StyledLinkTeamMember {...props}>
<StyledLinkTeamMember target="_blank" rel="noopener" {...props}>
<StyledFigure>
<StyledImage alt={`${firstName} ${lastName}`} src={imageSrc} />
<StyledMemberDetails>
Expand Down

0 comments on commit 7ebfadb

Please sign in to comment.