diff --git a/client/utils/getProfileIcon.tsx b/client/utils/getProfileIcon.tsx index e1d22d5f..594ca13f 100644 --- a/client/utils/getProfileIcon.tsx +++ b/client/utils/getProfileIcon.tsx @@ -2,6 +2,7 @@ import { Link } from '@mui/icons-material'; import get from 'lodash/get'; import { FaBehance, + FaDiscord, FaDribbble, FaFacebookF, FaGithub, @@ -24,13 +25,14 @@ import { SiCodechef, SiCodeforces, SiGeeksforgeeks, - SiLeetcode, SiHackerearth, + SiLeetcode, SiTopcoder, } from 'react-icons/si'; const profileIconMap: Record = { behance: , + discord: , codeberg: , codechef: , codeforces: ,