diff --git a/client/utils/getProfileIcon.tsx b/client/utils/getProfileIcon.tsx index 309f7330..e1d22d5f 100644 --- a/client/utils/getProfileIcon.tsx +++ b/client/utils/getProfileIcon.tsx @@ -19,7 +19,15 @@ import { FaXing, FaYoutube, } from 'react-icons/fa'; -import { SiCodeberg, SiCodechef, SiCodeforces } from 'react-icons/si'; +import { + SiCodeberg, + SiCodechef, + SiCodeforces, + SiGeeksforgeeks, + SiLeetcode, + SiHackerearth, + SiTopcoder, +} from 'react-icons/si'; const profileIconMap: Record = { behance: , @@ -28,10 +36,13 @@ const profileIconMap: Record = { codeforces: , dribbble: , facebook: , + geeksforgeeks: , github: , gitlab: , + hackerearth: , hackerrank: , instagram: , + leetcode: , linkedin: , mastodon: , medium: , @@ -39,6 +50,7 @@ const profileIconMap: Record = { soundcloud: , stackoverflow: , telegram: , + topcoder: , twitter: , xing: , youtube: ,