diff --git a/src/renderer/src/components/site-icon.tsx b/src/renderer/src/components/site-icon.tsx index 7384e1226..202476583 100644 --- a/src/renderer/src/components/site-icon.tsx +++ b/src/renderer/src/components/site-icon.tsx @@ -20,7 +20,7 @@ export function SiteIcon({ host = new URL(url).host const pureDomain = parse(host).domainWithoutSuffix fallback = `https://avatar.vercel.sh/${pureDomain}.svg?text=${pureDomain?.slice(0, 2).toUpperCase()}` - src = `https://unavatar.io/${host}?fallback=${fallback}` + src = `https://unavatar.follow.is/${host}?fallback=${fallback}` } catch { const pureDomain = parse(url).domainWithoutSuffix src = `https://avatar.vercel.sh/${pureDomain}.svg?text=${pureDomain?.slice(0, 2).toUpperCase()}`