Skip to content

Commit 090950d

Browse files
committed
Add data-spacefinder-role
1 parent 57897fb commit 090950d

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
@@ -18,6 +18,7 @@ export const ProductLinkButton = ({ label, url }: ProductLinkButtonProps) => {
1818
aria-label={`Open ${label} in a new tab`}
1919
icon={<SvgArrowRightStraight />}
2020
data-ignore="global-link-styling"
21+
data-spacefinder-role="inline"
2122
>
2223
{label}
2324
</LinkButton>

0 commit comments

Comments
 (0)