We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dae306f commit 0d5c2ecCopy full SHA for 0d5c2ec
1 file changed
src/cards/MediumCard.js
@@ -22,7 +22,7 @@ const ArticleItem = ({ item, index, analyticsTag }) => {
22
source={'medium'}
23
index={index}
24
key={index}
25
- item={{ ...item, url: item.link }}
+ item={{ ...item, url: item.mediumUrl }}
26
cardItem={
27
<>
28
<CardLink link={item.mediumUrl} analyticsSource={analyticsTag}>
0 commit comments