feat: Add link for instagram profile link (#6721)

This commit is contained in:
Tejaswini Chile
2023-03-23 13:34:42 +05:30
committed by GitHub
parent 1370cf3c07
commit d94f195284
5 changed files with 16 additions and 2 deletions

View File

@@ -211,6 +211,7 @@ export default {
facebook: socialProfiles.facebook || '',
linkedin: socialProfiles.linkedin || '',
github: socialProfiles.github || '',
instagram: socialProfiles.instagram || '',
};
},
getContactObject() {

View File

@@ -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/' },
],
};
},