Skip to content

Commit

Permalink
Replace Adorable Avatar API
Browse files Browse the repository at this point in the history
This commit replaces the API used to generate an Adorable Avatar due to the original one been shut down by its creator. 

See itsthatguy/avatars-api-middleware#108
  • Loading branch information
Jeremy BERTRAND authored Oct 27, 2020
1 parent f6d6b60 commit f228716
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 f228716

Please sign in to comment.