Skip to content

Commit

Permalink
fix: "view public profile" link sends parent frame to URL (#913)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Wesson <[email protected]>
  • Loading branch information
jsnwesson and jsnwesson authored Nov 14, 2023
1 parent d5949f5 commit 542fa3d
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 @@ -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>
)}
Expand Down

0 comments on commit 542fa3d

Please sign in to comment.