From f80bba1842001561ff33b0471dfa8326bc279f8a Mon Sep 17 00:00:00 2001 From: Wu Yun Date: Thu, 15 Jan 2026 17:09:20 +0800 Subject: [PATCH] chore: update gravatar url --- modules/Avatar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(() => {