fix(client): update profile image urls check (#36636)
This commit is contained in:
@ -63,7 +63,7 @@ function Camper({
|
|||||||
website
|
website
|
||||||
}) {
|
}) {
|
||||||
// A lot of the user-profiles are still using the defunct service.
|
// 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
|
<Identicon
|
||||||
bg={'#006400'}
|
bg={'#006400'}
|
||||||
count={5}
|
count={5}
|
||||||
|
Reference in New Issue
Block a user