fix(client): update profile image urls check (#36636)

This commit is contained in:
mrugesh
2019-08-19 22:11:29 +05:30
committed by GitHub
parent b08f260dd3
commit 10d176178a

View File

@ -63,7 +63,7 @@ function Camper({
website
}) {
// A lot of the user-profiles are still using the defunct service.
const avatar = /example.com/.test(picture) ? (
const avatar = /example.com|identicon.org/.test(picture) ? (
<Identicon
bg={'#006400'}
count={5}