Skip to content

Commit b0e2e38

Browse files
Update src/components/artifacts/artifact-node-sheet/DetailCards.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 04b8967 commit b0e2e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/artifacts/artifact-node-sheet/DetailCards.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export function DataCard({ artifactVersionId }: Props) {
209209
value={
210210
<>
211211
{isStoreSuccess ? (
212-
<Link target="_blank" to={artifactStoreHref}>
212+
<Link target="_blank" rel="noopener noreferrer" to={artifactStoreHref}>
213213
<Tag
214214
emphasis="subtle"
215215
rounded={false}

0 commit comments

Comments
 (0)