Skip to content

Commit

Permalink
Jwesson/fix target link (#914)
Browse files Browse the repository at this point in the history
* fix: add _parent to social media links

---------

Co-authored-by: Jason Wesson <[email protected]>
  • Loading branch information
jsnwesson and jsnwesson authored Nov 14, 2023
1 parent 542fa3d commit b665d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/profile/ProfilePluginPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ class ProfilePluginPage extends React.Component {
}

const SocialLink = ({ url, name, platform }) => (
<a href={url} className="font-weight-bold">
<a href={url} className="font-weight-bold" target="_parent">
<FontAwesomeIcon className="mr-2" icon={platformDisplayInfo[platform].icon} />
{name}
</a>
Expand Down

0 comments on commit b665d38

Please sign in to comment.