mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-21 20:21:32 +10:00
Stopped tracking .env files, but keep remote
This commit is contained in:
@ -6,7 +6,7 @@ import { formatDate } from '../../../utils';
|
||||
|
||||
const BirthDateB = () => {
|
||||
const { data } = useContext(PageContext);
|
||||
const Icon = get(Icons, 'birthdaycake');
|
||||
const Icon = get(Icons, 'birthday');
|
||||
|
||||
if (data.profile.birthDate) {
|
||||
return (
|
||||
|
||||
@ -6,7 +6,7 @@ import { formatDate } from '../../../utils';
|
||||
|
||||
const BirthDateC = () => {
|
||||
const { data } = useContext(PageContext);
|
||||
const Icon = get(Icons, 'birthdaycake');
|
||||
const Icon = get(Icons, 'birthday');
|
||||
|
||||
if (data.profile.birthDate) {
|
||||
return (
|
||||
|
||||
@ -10,6 +10,8 @@ import {
|
||||
FaBehance,
|
||||
FaGitlab,
|
||||
FaBirthdayCake,
|
||||
FaTelegram,
|
||||
FaSkype,
|
||||
} from 'react-icons/fa';
|
||||
import { MdPhone, MdEmail } from 'react-icons/md';
|
||||
|
||||
@ -26,7 +28,9 @@ const Icons = {
|
||||
stackoverflow: FaStackOverflow,
|
||||
behance: FaBehance,
|
||||
gitlab: FaGitlab,
|
||||
birthdaycake: FaBirthdayCake,
|
||||
birthday: FaBirthdayCake,
|
||||
telegram: FaTelegram,
|
||||
skype: FaSkype,
|
||||
};
|
||||
|
||||
export default Icons;
|
||||
|
||||
Reference in New Issue
Block a user