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 ReferencesA from './blocks/References/ReferencesA';
import SkillsA from './blocks/Skills/SkillsA';
import WorkA from './blocks/Work/WorkA';
import BirthDateA from './blocks/BirthDate/BirthDateA'
const Blocks = {
objective: ObjectiveA,
@ -70,7 +71,11 @@ const Glalie = ({ data }) => {
>
<div className="grid gap-6 text-center p-8">
<Profile />
<ContactD />
<div className="grid">
<BirthDateA />
<ContactD />
</div>
{layout[0] &&
layout[0].map((x) => {