diff --git a/modules/Avatar.js b/modules/Avatar.js index f9bbba5f4..f80e8a437 100644 --- a/modules/Avatar.js +++ b/modules/Avatar.js @@ -4,7 +4,7 @@ import { Image } from 'react-bootstrap' import { getGravatarHash } from '../lib/common' // or https://www.gravatar.com/avatar -const GRAVATAR_URL = window.GRAVATAR_URL || 'https://gravatar.tapglb.com/avatar' +const GRAVATAR_URL = window.GRAVATAR_URL || 'https://gravatar.lncldglobal.com/avatar' export function Avatar({ user, height = 16, width = 16 }) { const url = React.useMemo(() => {