mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 16:22:59 +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"
|
||||
|
||||
Reference in New Issue
Block a user