Skip to content

Commit 8b4941c

Browse files
open in new tab (#14238)
Makes affiliate content for the filter open in a new tab.
1 parent fccb370 commit 8b4941c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dotcom-rendering/src/components/ProductLinkButton.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ export const ProductLinkButton = ({ label, url }: ProductLinkButtonProps) => {
1212
return (
1313
<LinkButton
1414
href={url}
15-
rel="sponsored"
15+
rel="sponsored noreferrer noopener"
16+
target="_blank"
1617
iconSide="right"
1718
aria-label={`Open ${label} in a new tab`}
1819
icon={<SvgArrowRightStraight />}

0 commit comments

Comments
 (0)