From a0f4ccae2834e82119e30e4509ed031d6fb61fdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bryan=20Chavarr=C3=ADa=20Hughes?= Date: Wed, 10 Jun 2020 19:25:24 -0600 Subject: [PATCH] [Feature] Option to change the value of the header in the Profile section Fixes #187 --- src/components/LeftSidebar/tabs/Profile.js | 9 +++++++++ src/templates/castform/Castform.js | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/components/LeftSidebar/tabs/Profile.js b/src/components/LeftSidebar/tabs/Profile.js index 2a05a33d4..e7cb48ecd 100644 --- a/src/components/LeftSidebar/tabs/Profile.js +++ b/src/components/LeftSidebar/tabs/Profile.js @@ -8,6 +8,15 @@ const ProfileTab = ({ data, onChange }) => { return (
+ onChange('data.profile.heading', v)} + /> + +
+ { const ContactInformation = () => (
- +