chore: Add Github in contact social profiles (#4086)

* Add github in social links

* Code cleanup

Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
This commit is contained in:
Muhsin Keloth
2022-03-01 14:33:26 +05:30
committed by GitHub
parent f08d1b35d0
commit 915fe3897c
2 changed files with 4 additions and 0 deletions

View File

@@ -130,11 +130,13 @@ export default {
facebook: '',
twitter: '',
linkedin: '',
github: '',
},
socialProfileKeys: [
{ key: 'facebook', prefixURL: 'https://facebook.com/' },
{ key: 'twitter', prefixURL: 'https://twitter.com/' },
{ key: 'linkedin', prefixURL: 'https://linkedin.com/' },
{ key: 'github', prefixURL: 'https://github.com/' },
],
};
},
@@ -183,6 +185,7 @@ export default {
twitter: socialProfiles.twitter || twitterScreenName || '',
facebook: socialProfiles.facebook || '',
linkedin: socialProfiles.linkedin || '',
github: socialProfiles.github || '',
};
},
getContactObject() {