Skip to content

Commit

Permalink
Add target="_top" to Upgrade button
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Jul 4, 2019
1 parent 69d50cd commit 73810d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/shared/upgrade-nudge/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const UpgradeNudge = ( { planName, planPathSlug, postId, postType } ) => (
redirect_to: `/${ postType }/${ getSiteFragment() }/${ postId }`,
}
) }
target="_top"
isDefault
>
{ __( 'Upgrade', 'jetpack' ) }
Expand Down

0 comments on commit 73810d1

Please sign in to comment.