Skip to content

Commit

Permalink
Add rel noopener to data usage links
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel da Silva <[email protected]>
  • Loading branch information
slesaad and danielfdsilva authored Sep 12, 2023
1 parent c34484b commit d50c04e
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} target='_blank'>
<DatasetUsageLink href={datasetUsage.url} target='_blank' rel='noopener'>
{IconByType[datasetUsage.type]}
<DatasetUsageLabel>
<h4>{datasetUsage.title}</h4>
Expand Down

0 comments on commit d50c04e

Please sign in to comment.