Skip to content

Commit 5ec983c

Browse files
committed
Update avatar URL
1 parent 1d9a5fd commit 5ec983c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/packages/hovercards/src/core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ export default class Hovercards {
449449
}
450450

451451
const hovercardInner = Hovercards.createHovercardError(
452-
`https://gravatar.com/avatar/${ hash }${ params }`,
452+
`https://0.gravatar.com/avatar/${ hash }${ params }`,
453453
message,
454454
{ additionalClass: this._additionalClass }
455455
).firstElementChild;

0 commit comments

Comments
 (0)