From f73a80c68459deb6b3c19e1c94037da83ff70f24 Mon Sep 17 00:00:00 2001 From: Alex Tu <–6798052+AlexTu2@users.noreply.github.com> Date: Thu, 8 Jun 2023 22:52:38 -0400 Subject: [PATCH] add Discord icon --- client/utils/getProfileIcon.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: ,