mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-20 11:41:38 +10:00
- fix label in contact
- fix importing from json - fix reset everything - update dependencies
This commit is contained in:
@ -40,17 +40,17 @@ const ContactC = () => {
|
||||
)}
|
||||
|
||||
<ContactItem
|
||||
label="phone"
|
||||
label={t('shared.forms.phone')}
|
||||
value={data.profile.phone}
|
||||
link={`tel:${data.profile.phone}`}
|
||||
/>
|
||||
<ContactItem
|
||||
label="website"
|
||||
label={t('shared.forms.website')}
|
||||
value={data.profile.website}
|
||||
link={data.profile.website}
|
||||
/>
|
||||
<ContactItem
|
||||
label="email"
|
||||
label={t('shared.forms.email')}
|
||||
value={data.profile.email}
|
||||
link={`mailto:${data.profile.email}`}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user