Skip to content

Commit

Permalink
Make linter happy with 'Open in Composer' button
Browse files Browse the repository at this point in the history
  • Loading branch information
rhystmills committed Dec 10, 2024
1 parent f06a2e0 commit fd304e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default class ComposerPageCreate extends React.Component {

if (canonicalVideoPageExists(usages)) {
return (
<a className="button__secondary" href={this.getComposerLink()} target="_blank">
<a className="button__secondary" href={this.getComposerLink()} target="_blank" rel="noreferrer" >
<Icon icon="pageview">Open in Composer</Icon>
</a>
);
Expand Down

0 comments on commit fd304e3

Please sign in to comment.