fix: add identicon natively (#36633)
This commit is contained in:
@ -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`;
|
||||
};
|
||||
|
Reference in New Issue
Block a user