Skip to content

Commit 41b38c2

Browse files
committed
fix: add Github icon to FeedItemSource for improved source representation
1 parent 2ecae34 commit 41b38c2

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/features/feed/components/FeedItemSource.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { FaDev, FaMediumM, FaReddit } from 'react-icons/fa'
22
import { GoDotFill } from 'react-icons/go'
3-
import { SiProducthunt } from 'react-icons/si'
3+
import { SiGithub, SiProducthunt } from 'react-icons/si'
44
import HashNodeIcon from 'src/assets/icon_hashnode.png'
55
const FeedItemKV: {
66
[key: string]: React.ReactNode
@@ -10,6 +10,11 @@ const FeedItemKV: {
1010
<SiProducthunt color="#D65736" /> Product hunt
1111
</>
1212
),
13+
github: (
14+
<>
15+
<SiGithub className="blockHeaderWhite" /> Github
16+
</>
17+
),
1318
reddit: (
1419
<>
1520
<FaReddit color="#FF4500" /> Reddit

0 commit comments

Comments
 (0)