mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-20 03:32:09 +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:
@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user