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