Updates default pictureLink in CorpUserEditableInfo

Updated to path https://raw.githubusercontent.com/linkedin/WhereHows/datahub/datahub-web/packages/data-portal/public/assets/images/default_avatar.png
This commit is contained in:
Seyi Adebajo 2019-09-17 08:50:47 -07:00 committed by GitHub
parent 339c9bea86
commit c57d7719a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@
"name": "pictureLink", "name": "pictureLink",
"type": "com.linkedin.common.Url", "type": "com.linkedin.common.Url",
"doc": "A URL which points to a picture which user wants to set as a profile photo", "doc": "A URL which points to a picture which user wants to set as a profile photo",
"default": "https://raw.githubusercontent.com/linkedin/WhereHows/datahub/docs/imgs/datahublogo.png" "default": "https://raw.githubusercontent.com/linkedin/WhereHows/datahub/datahub-web/packages/data-portal/public/assets/images/default_avatar.png"
} }
] ]
} }