diff --git a/client/src/components/profile/components/Camper.js b/client/src/components/profile/components/Camper.js index b67e954669..4f7da64446 100644 --- a/client/src/components/profile/components/Camper.js +++ b/client/src/components/profile/components/Camper.js @@ -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) ? (