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