fix: "view public profile" link sends parent frame to URL (#913)

Co-authored-by: Jason Wesson <jwesson@2u.com>
This commit is contained in:
Jason Wesson
2023-11-14 07:08:09 -08:00
committed by GitHub
parent d5949f55c2
commit 542fa3d5ce

View File

@@ -87,7 +87,7 @@ class ProfilePluginPage extends React.Component {
<Card.Header
className="pb-5"
subtitle={(
<Hyperlink destination={`/u/${this.props.params.username}`}>
<Hyperlink destination={`/u/${this.props.params.username}`} target="_parent">
View public profile
</Hyperlink>
)}