We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ecae34 commit 41b38c2Copy full SHA for 41b38c2
1 file changed
src/features/feed/components/FeedItemSource.tsx
@@ -1,6 +1,6 @@
1
import { FaDev, FaMediumM, FaReddit } from 'react-icons/fa'
2
import { GoDotFill } from 'react-icons/go'
3
-import { SiProducthunt } from 'react-icons/si'
+import { SiGithub, SiProducthunt } from 'react-icons/si'
4
import HashNodeIcon from 'src/assets/icon_hashnode.png'
5
const FeedItemKV: {
6
[key: string]: React.ReactNode
@@ -10,6 +10,11 @@ const FeedItemKV: {
10
<SiProducthunt color="#D65736" /> Product hunt
11
</>
12
),
13
+ github: (
14
+ <>
15
+ <SiGithub className="blockHeaderWhite" /> Github
16
+ </>
17
+ ),
18
reddit: (
19
<>
20
<FaReddit color="#FF4500" /> Reddit
0 commit comments