mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 08:42:08 +10:00
add Discord icon
This commit is contained in:
@ -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<string, JSX.Element> = {
|
||||
behance: <FaBehance />,
|
||||
discord: <FaDiscord />,
|
||||
codeberg: <SiCodeberg />,
|
||||
codechef: <SiCodechef />,
|
||||
codeforces: <SiCodeforces />,
|
||||
|
||||
Reference in New Issue
Block a user