fix: add identicon natively (#36633)

This commit is contained in:
mrugesh
2019-08-19 19:17:53 +05:30
committed by GitHub
parent 985daf5e5a
commit 5f97782eb0
5 changed files with 28 additions and 8 deletions

View File

@ -22,5 +22,5 @@ exports.unDasherize = function unDasherize(name) {
};
exports.addPlaceholderImage = function addPlaceholderImage(name) {
return `https://identicon.org?t=${name}&s=256`;
return `https://example.com/${name}.png`;
};