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:
gianantoniopini
2020-11-10 14:01:16 +01:00
parent df4f4e2ccd
commit 0f390ab493
6 changed files with 52 additions and 76 deletions

View File

@ -13,6 +13,7 @@ import ProjectsA from './blocks/Projects/ProjectsA';
import ReferencesB from './blocks/References/ReferencesB';
import SkillsA from './blocks/Skills/SkillsA';
import WorkA from './blocks/Work/WorkA';
import BirthDateC from './blocks/BirthDate/BirthDateC'
const Blocks = {
objective: ObjectiveA,
@ -84,7 +85,10 @@ const Gengar = ({ data }) => {
style={{ borderColor: data.metadata.colors.background }}
/>
<ContactB />
<div className="grid gap-4">
<BirthDateC />
<ContactB />
</div>
</div>
<div