Skip to content

Commit

Permalink
Open dataset uasage links in a new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
slesaad committed Sep 11, 2023
1 parent 7e24c99 commit d77d174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/components/common/notebook-connect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export function NotebookConnectModal(props: {
<DatasetUsages>
{datasetUsagesWithIcon.map((datasetUsage) => (
<li key={datasetUsage.url}>
<DatasetUsageLink href={datasetUsage.url}>
<DatasetUsageLink href={datasetUsage.url} target='_blank'>
{IconByType[datasetUsage.type]}
<DatasetUsageLabel>
<h4>{datasetUsage.title}</h4>
Expand Down

0 comments on commit d77d174

Please sign in to comment.