Skip to content

Commit

Permalink
Update src/components/artifacts/artifact-node-sheet/DetailCards.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
Cahllagerfeld and coderabbitai[bot] authored Jan 21, 2025
1 parent 04b8967 commit b0e2e38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export function DataCard({ artifactVersionId }: Props) {
value={
<>
{isStoreSuccess ? (
<Link target="_blank" to={artifactStoreHref}>
<Link target="_blank" rel="noopener noreferrer" to={artifactStoreHref}>
<Tag
emphasis="subtle"
rounded={false}
Expand Down

0 comments on commit b0e2e38

Please sign in to comment.