Fix external link open in new tab on Article
parent
5da5ee0f3e
commit
8b681f2c7c
|
@ -45,8 +45,8 @@ export function Article({
|
|||
<Content>{children}</Content>
|
||||
<StyledBody
|
||||
{...ariaButtonProps}
|
||||
{...linkProps}
|
||||
{...buttonProps}
|
||||
{...linkProps}
|
||||
as={elementType}
|
||||
>
|
||||
{ctaLabel}
|
||||
|
|
Loading…
Reference in New Issue