Skip to content

Commit 24d4a93

Browse files
ignore global link styling
1 parent f97be2d commit 24d4a93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotcom-rendering/src/components/ProductLinkButton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export const ProductLinkButton = ({ label, url }: ProductLinkButtonProps) => {
1717
iconSide="right"
1818
aria-label={`Open ${label} in a new tab`}
1919
icon={<SvgArrowRightStraight />}
20+
data-ignore="global-link-styling"
2021
>
2122
{label}
2223
</LinkButton>

0 commit comments

Comments
 (0)