We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b08534 commit dce7e88Copy full SHA for dce7e88
1 file changed
components/Press/PressLinks/ArticleGroup/ArticleGroup.js
@@ -36,7 +36,12 @@ class ArticleGroup extends Component {
36
37
return isArticleVisible ? (
38
<li key={`GroupLink_${link.url}`}>
39
- <OutboundLink href={link.url}>{link.title}</OutboundLink>
+ <OutboundLink
40
+ href={link.url}
41
+ analyticsEventLabel="Press Article"
42
+ >
43
+ {link.title}
44
+ </OutboundLink>
45
</li>
46
) : null;
47
})}
0 commit comments