We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85c2b4e commit 3351dfbCopy full SHA for 3351dfb
1 file changed
src/features/cards/components/lobstersCard/ArticleItem.tsx
@@ -34,7 +34,7 @@ const ArticleItem = ({ item, analyticsTag }: BaseItemPropsType<Article>) => {
34
</div>
35
)}
36
37
- <div className="subTitle">{item.title}</div>
+ <span className="subTitle">{item.title}</span>
38
</CardLink>
39
</p>
40
{listingMode === 'normal' && (
0 commit comments