Skip to content

Commit 5065172

Browse files
Use named target
1 parent 76e6420 commit 5065172

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/blocks/code.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ const TryMeButton = ({ code }) => {
7272
return (
7373
<a
7474
href={playgroundUrl}
75-
target="_blank"
76-
rel="noopener noreferrer"
75+
target="streamlit-playground"
76+
rel="noreferrer"
7777
className={styles.TryMeButton}
7878
title="Try this code in Streamlit Playground"
7979
>

0 commit comments

Comments
 (0)