mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 00:32:35 +10:00
fix website link
This commit is contained in:
@ -40,7 +40,7 @@ const ContactA = () => {
|
|||||||
<ContactItem
|
<ContactItem
|
||||||
icon="website"
|
icon="website"
|
||||||
value={data.profile.website}
|
value={data.profile.website}
|
||||||
link={`http://${data.profile.website}`}
|
link={data.profile.website}
|
||||||
/>
|
/>
|
||||||
<ContactItem
|
<ContactItem
|
||||||
icon="email"
|
icon="email"
|
||||||
|
|||||||
@ -40,7 +40,7 @@ const ContactA = () => {
|
|||||||
<ContactItem
|
<ContactItem
|
||||||
icon="website"
|
icon="website"
|
||||||
value={data.profile.website}
|
value={data.profile.website}
|
||||||
link={`http://${data.profile.website}`}
|
link={data.profile.website}
|
||||||
/>
|
/>
|
||||||
<ContactItem
|
<ContactItem
|
||||||
icon="email"
|
icon="email"
|
||||||
|
|||||||
@ -47,7 +47,7 @@ const ContactC = () => {
|
|||||||
<ContactItem
|
<ContactItem
|
||||||
label="website"
|
label="website"
|
||||||
value={data.profile.website}
|
value={data.profile.website}
|
||||||
link={`http://${data.profile.website}`}
|
link={data.profile.website}
|
||||||
/>
|
/>
|
||||||
<ContactItem
|
<ContactItem
|
||||||
label="email"
|
label="email"
|
||||||
|
|||||||
@ -65,7 +65,7 @@ const ContactD = () => {
|
|||||||
<ContactItem
|
<ContactItem
|
||||||
label="website"
|
label="website"
|
||||||
value={data.profile.website}
|
value={data.profile.website}
|
||||||
link={`http://${data.profile.website}`}
|
link={data.profile.website}
|
||||||
/>
|
/>
|
||||||
<ContactItem
|
<ContactItem
|
||||||
label="email"
|
label="email"
|
||||||
|
|||||||
@ -47,7 +47,7 @@ const ContactE = () => {
|
|||||||
<ContactItem
|
<ContactItem
|
||||||
label="website"
|
label="website"
|
||||||
value={data.profile.website}
|
value={data.profile.website}
|
||||||
link={`http://${data.profile.website}`}
|
link={data.profile.website}
|
||||||
/>
|
/>
|
||||||
<ContactItem
|
<ContactItem
|
||||||
label="email"
|
label="email"
|
||||||
|
|||||||
Reference in New Issue
Block a user