File tree Expand file tree Collapse file tree
features/feed/components/feedItems Expand file tree Collapse file tree Original file line number Diff line number Diff line change 495495 font-size : 12px ;
496496}
497497
498+ .rowDetails .rowItem .verticalAligned {
499+ display : inline-flex;
500+ align-items : center;
501+ gap : 4px ;
502+ }
498503.rowDescription .rowItem {
499504 font-size : 12px ;
500505}
Original file line number Diff line number Diff line change 1- import { GoDotFill } from 'react-icons/go '
1+ import { SiProducthunt } from 'react-icons/si '
22import { CardItemWithActions } from 'src/components/Elements'
33import { useUserPreferences } from 'src/stores/preferences'
44import { BaseItemPropsType , ProductHuntFeedItemData } from 'src/types'
@@ -22,15 +22,15 @@ export const ProductFeedItem = (props: BaseItemPropsType<ProductHuntFeedItemData
2222 </ div >
2323 { listingMode === 'compact' && (
2424 < div className = "rowDetails" >
25- < span className = "rowItem capitalize " >
26- < GoDotFill className = "rowItemIcon " /> Product Hunt
25+ < span className = "rowItem verticalAligned " >
26+ < SiProducthunt color = "#D65736 " /> Product Hunt
2727 </ span >
2828 </ div >
2929 ) }
3030 { listingMode === 'normal' && (
3131 < div className = "rowDetails" >
32- < span className = "rowItem capitalize " >
33- < GoDotFill className = "rowItemIcon " /> Product Hunt
32+ < span className = "rowItem verticalAligned " >
33+ < SiProducthunt color = "#D65736 " /> Product Hunt
3434 </ span >
3535 </ div >
3636 ) }
You can’t perform that action at this time.
0 commit comments