feat: Add link for instagram profile link (#6721)
This commit is contained in:
@@ -211,6 +211,7 @@ export default {
|
||||
facebook: socialProfiles.facebook || '',
|
||||
linkedin: socialProfiles.linkedin || '',
|
||||
github: socialProfiles.github || '',
|
||||
instagram: socialProfiles.instagram || '',
|
||||
};
|
||||
},
|
||||
getContactObject() {
|
||||
|
||||
@@ -28,6 +28,7 @@ export default {
|
||||
{ key: 'twitter', icon: 'twitter', link: 'https://twitter.com/' },
|
||||
{ key: 'linkedin', icon: 'linkedin', link: 'https://linkedin.com/' },
|
||||
{ key: 'github', icon: 'github', link: 'https://github.com/' },
|
||||
{ key: 'instagram', icon: 'instagram', link: 'https://instagram.com/' },
|
||||
],
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user