mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 04:17:13 +00:00
Add social: Instagram
This commit is contained in:
@@ -191,6 +191,11 @@ export const sanitizeConfig = (config) => {
|
||||
typeof config.social.facebook !== 'undefined'
|
||||
? config.social.facebook
|
||||
: '',
|
||||
instagram:
|
||||
typeof config.social !== 'undefined' &&
|
||||
typeof config.social.instagram !== 'undefined'
|
||||
? config.social.instagram
|
||||
: '',
|
||||
dribbble:
|
||||
typeof config.social !== 'undefined' &&
|
||||
typeof config.social.dribbble !== 'undefined'
|
||||
|
||||
Reference in New Issue
Block a user