Skip to content

Commit

Permalink
fix(frontend): fixing broken link to default avatar (#3154)
Browse files Browse the repository at this point in the history
  • Loading branch information
swaroopjagadish authored Aug 25, 2021
1 parent 88afec7 commit b673f1a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ record CorpUserEditableInfo {
/**
* A URL which points to a picture which user wants to set as a profile photo
*/
pictureLink: Url = "https://raw.githubusercontent.com/linkedin/datahub/master/datahub-web/packages/data-portal/public/assets/images/default_avatar.png"
}
pictureLink: Url = "https://raw.githubusercontent.com/linkedin/datahub/master/datahub-web-react/src/images/default_avatar.png"
}

0 comments on commit b673f1a

Please sign in to comment.