We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 630e040 commit 942047eCopy full SHA for 942047e
1 file changed
src/features/producthuntCard/components/ArticleItem.tsx
@@ -24,7 +24,7 @@ const ArticleItem = (props: ArticleItemPropsType) => {
24
link={item.url}
25
appendRef={false}
26
analyticsAttributes={{
27
- [Attributes.POINTS]: item.image_url,
+ [Attributes.POINTS]: item.reactions,
28
[Attributes.TRIGERED_FROM]: 'card',
29
[Attributes.TITLE]: item.title,
30
[Attributes.LINK]: item.url,
0 commit comments