We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b50db1c commit 4584ac0Copy full SHA for 4584ac0
1 file changed
src/components/StackBlitzGithub.tsx
@@ -32,7 +32,7 @@ const StackBlitzGithub: React.FC<StackBlitzGithubProps> = ({
32
33
return (
34
<>
35
- <a href={url.toString()} target="_blank">
+ <a href={url.toString()} target="_blank" rel="noopener noreferrer">
36
<img alt="Open in StackBlitz" src="https://developer.stackblitz.com/img/open_in_stackblitz.svg" />
37
</a>
38
{plainCodeFiles.map((file) => (
0 commit comments