mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-17 02:01:29 +10:00
Issue #314: Updated Celebi, Gengar, Glalie and Pikachu templates to include new birthDate field; deleted ContactE block as it is no longer used in the Celebi template.
This commit is contained in:
@ -12,6 +12,7 @@ import ProjectsA from './blocks/Projects/ProjectsA';
|
||||
import ReferencesA from './blocks/References/ReferencesA';
|
||||
import SkillsA from './blocks/Skills/SkillsA';
|
||||
import WorkA from './blocks/Work/WorkA';
|
||||
import BirthDateB from './blocks/BirthDate/BirthDateB'
|
||||
|
||||
const Blocks = {
|
||||
work: WorkA,
|
||||
@ -89,6 +90,7 @@ const Pikachu = ({ data }) => {
|
||||
|
||||
<div className="col-span-4">
|
||||
<div className="grid gap-4">
|
||||
<BirthDateB />
|
||||
<ContactA />
|
||||
|
||||
{layout[0] &&
|
||||
|
||||
Reference in New Issue
Block a user