Skip to content

Commit

Permalink
fix link platform rm _self
Browse files Browse the repository at this point in the history
  • Loading branch information
4www committed Nov 10, 2024
1 parent 7b39488 commit b067053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ChannelHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default {
}
},
linkTarget() {
return this.platform ? '_self' : '_blank'
return this.platform ? '' : '_blank'
},
linkRel() {
return this.platform ? '' : 'noopener'
Expand Down

0 comments on commit b067053

Please sign in to comment.