Add appropriate icon for YouTube channel in profile information.

This commit is contained in:
Bikalpa Dhakal
2021-05-19 17:53:09 +05:45
parent b0bd8c94f3
commit e1186591f9
+2
View File
@@ -12,6 +12,7 @@ import {
FaBirthdayCake,
FaTelegram,
FaSkype,
FaYoutube,
} from 'react-icons/fa';
import { MdPhone, MdEmail } from 'react-icons/md';
@@ -31,6 +32,7 @@ const Icons = {
birthday: FaBirthdayCake,
telegram: FaTelegram,
skype: FaSkype,
youtube: FaYoutube,
};
export default Icons;