mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-24 13:41:25 +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 (
|
||||
|
||||
Reference in New Issue
Block a user