mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 00:32:35 +10:00
Set contact icons for phone, website, and email
This commit is contained in:
@ -37,16 +37,19 @@ const ContactA = () => {
|
||||
<ContactItem
|
||||
label={t('shared.forms.phone')}
|
||||
value={data.profile.phone}
|
||||
icon="phone"
|
||||
link={`tel:${data.profile.phone}`}
|
||||
/>
|
||||
<ContactItem
|
||||
label={t('shared.forms.website')}
|
||||
value={data.profile.website}
|
||||
icon="website"
|
||||
link={data.profile.website}
|
||||
/>
|
||||
<ContactItem
|
||||
label={t('shared.forms.email')}
|
||||
value={data.profile.email}
|
||||
icon="email"
|
||||
link={`mailto:${data.profile.email}`}
|
||||
/>
|
||||
|
||||
|
||||
@ -37,16 +37,19 @@ const ContactB = () => {
|
||||
<ContactItem
|
||||
label={t('shared.forms.phone')}
|
||||
value={data.profile.phone}
|
||||
icon="phone"
|
||||
link={`tel:${data.profile.phone}`}
|
||||
/>
|
||||
<ContactItem
|
||||
label={t('shared.forms.website')}
|
||||
value={data.profile.website}
|
||||
icon="website"
|
||||
link={data.profile.website}
|
||||
/>
|
||||
<ContactItem
|
||||
label={t('shared.forms.email')}
|
||||
value={data.profile.email}
|
||||
icon="email"
|
||||
link={`mailto:${data.profile.email}`}
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user