diff --git a/README.md b/README.md index 19565d2b..a28271dd 100644 --- a/README.md +++ b/README.md @@ -261,4 +261,4 @@ This project is licensed under MIT. Back to Top
Mirror Ball - + \ No newline at end of file diff --git a/src/components/Profile/Profile.jsx b/src/components/Profile/Profile.jsx index d0ee962c..dfae5dc0 100644 --- a/src/components/Profile/Profile.jsx +++ b/src/components/Profile/Profile.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import { FaGithub, FaLinkedin } from 'react-icons/fa'; +import { FaEnvelope, FaGithub, FaInstagram, FaLinkedin } from 'react-icons/fa'; import { FaXTwitter, FaLocationDot } from 'react-icons/fa6'; function Profile({ data }) { @@ -131,6 +131,18 @@ function Card({ data }) { )} + + {data.social?.Instagram && ( + + + + )} + + {data.social?.Email && ( + + + + )} diff --git a/src/components/ProfileSkeleton/ProfileSkeleton.jsx b/src/components/ProfileSkeleton/ProfileSkeleton.jsx index 24c15af1..c11fc05d 100644 --- a/src/components/ProfileSkeleton/ProfileSkeleton.jsx +++ b/src/components/ProfileSkeleton/ProfileSkeleton.jsx @@ -12,6 +12,8 @@ function ProfileSkeleton() { GitHub: '', Twitter: '', LinkedIn: '', + Instagram: '', + Email: '', }, }; @@ -50,6 +52,12 @@ function ProfileSkeleton() {
{skeletonData.social.GitHub}
+
+ {skeletonData.social.GitHub} +
+
+ {skeletonData.social.GitHub} +