Skip to content

Commit

Permalink
Merge pull request #1 from NotGrm/adorable-avatars-api-update
Browse files Browse the repository at this point in the history
Replace Adorable Avatar API
  • Loading branch information
Jeremy BERTRAND authored Oct 27, 2020
2 parents f6d6b60 + f228716 commit 711d3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/adorable/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class AdorableAvatarComponent extends ImageAvatarComponent {
}

_adorableSrc(email, size) {
return `https://api.adorable.io/avatars/${size}/${email}`;
return `https://api.hello-avatar.com/adorables/${size}/${email}`;
}
}

Expand Down

0 comments on commit 711d3d9

Please sign in to comment.