We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d9a5fd commit 5ec983cCopy full SHA for 5ec983c
web/packages/hovercards/src/core.ts
@@ -449,7 +449,7 @@ export default class Hovercards {
449
}
450
451
const hovercardInner = Hovercards.createHovercardError(
452
- `https://gravatar.com/avatar/${ hash }${ params }`,
+ `https://0.gravatar.com/avatar/${ hash }${ params }`,
453
message,
454
{ additionalClass: this._additionalClass }
455
).firstElementChild;
0 commit comments