Jwesson/fix target link (#914)
* fix: add _parent to social media links --------- Co-authored-by: Jason Wesson <jwesson@2u.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user