feat(profile): add XING profile icon

fix #821
This commit is contained in:
Amruth Pillai 2022-04-09 09:29:51 +02:00
parent feb911aea0
commit 1e59f73f79
No known key found for this signature in database
GPG Key ID: E3C57DF9B80855AD
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ import {
FaStackOverflow,
FaTelegram,
FaTwitter,
FaXing,
FaYoutube,
} from 'react-icons/fa';
@ -29,6 +30,7 @@ const profileIconMap: Record<string, JSX.Element> = {
gitlab: <FaGitlab />,
telegram: <FaTelegram />,
skype: <FaSkype />,
xing: <FaXing />,
youtube: <FaYoutube />,
};