Skip to content

Commit 4584ac0

Browse files
committed
update
1 parent b50db1c commit 4584ac0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/StackBlitzGithub.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const StackBlitzGithub: React.FC<StackBlitzGithubProps> = ({
3232

3333
return (
3434
<>
35-
<a href={url.toString()} target="_blank">
35+
<a href={url.toString()} target="_blank" rel="noopener noreferrer">
3636
<img alt="Open in StackBlitz" src="https://developer.stackblitz.com/img/open_in_stackblitz.svg" />
3737
</a>
3838
{plainCodeFiles.map((file) => (

0 commit comments

Comments
 (0)