From df4f4e2ccd6f58f9a94ac55da05bdbfe933a37b4 Mon Sep 17 00:00:00 2001
From: gianantoniopini <63844628+gianantoniopini@users.noreply.github.com>
Date: Mon, 9 Nov 2020 17:07:48 +0100
Subject: [PATCH] Issue #314: Updated Onyx template to incorporate birthDate
field through new component BirthDateB
---
src/templates/Onyx.js | 6 ++++-
src/templates/blocks/BirthDate/BirthDateB.js | 27 ++++++++++++++++++++
src/templates/blocks/Icons.js | 6 +++--
3 files changed, 36 insertions(+), 3 deletions(-)
create mode 100644 src/templates/blocks/BirthDate/BirthDateB.js
diff --git a/src/templates/Onyx.js b/src/templates/Onyx.js
index 5f44924f..04b9f983 100644
--- a/src/templates/Onyx.js
+++ b/src/templates/Onyx.js
@@ -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 = {
objective: ObjectiveA,
@@ -70,7 +71,10 @@ const Onyx = ({ data }) => {
-