diff --git a/site/source/design-system/card/Article.tsx b/site/source/design-system/card/Article.tsx index f33a534c6..ce32b53cf 100644 --- a/site/source/design-system/card/Article.tsx +++ b/site/source/design-system/card/Article.tsx @@ -39,7 +39,10 @@ export function Article({ ref ) as any const titleProps = getTitleProps(title, 'h3') - const linkProps = useExternalLinkProps(ariaButtonProps) + const linkProps = useExternalLinkProps({ + ...(typeof title === 'string' ? { title } : {}), + ...ariaButtonProps, + }) return (