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 861d9c9 commit 12bdd27Copy full SHA for 12bdd27
src/features/cards/components/aiCard/ArticleItem.tsx
@@ -36,6 +36,13 @@ const ArticleItem = (props: BaseItemPropsType<Article>) => {
36
<span className="subTitle">{item.title}</span>
37
</CardLink>
38
</p>
39
+ {listingMode === 'compact' && (
40
+ <div className="rowDetails">
41
+ <span className="rowItem capitalize">
42
+ <GoDotFill className="rowItemIcon" /> {item.source}
43
+ </span>
44
+ </div>
45
+ )}
46
{listingMode === 'normal' && (
47
<div className="rowDetails">
48
<span className="rowItem capitalize">
0 commit comments