Skip to content

Commit 942047e

Browse files
committed
fix producthunt points attribute
1 parent 630e040 commit 942047e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/producthuntCard/components/ArticleItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const ArticleItem = (props: ArticleItemPropsType) => {
2424
link={item.url}
2525
appendRef={false}
2626
analyticsAttributes={{
27-
[Attributes.POINTS]: item.image_url,
27+
[Attributes.POINTS]: item.reactions,
2828
[Attributes.TRIGERED_FROM]: 'card',
2929
[Attributes.TITLE]: item.title,
3030
[Attributes.LINK]: item.url,

0 commit comments

Comments
 (0)