mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-21 12:11:25 +10:00
[Feature] Option to change the value of the header in the Profile section
Fixes #187
This commit is contained in:
@ -62,7 +62,7 @@ const Castform = () => {
|
||||
|
||||
const ContactInformation = () => (
|
||||
<div>
|
||||
<Heading title="Contact Information" />
|
||||
<Heading title={data.profile.heading} />
|
||||
<Address />
|
||||
<ContactItem title="Phone" value={data.profile.phone} link={`tel:${data.profile.phone}`} />
|
||||
<ContactItem
|
||||
|
||||
Reference in New Issue
Block a user