Skip to content

Commit

Permalink
Change crafatar to mc-heads
Browse files Browse the repository at this point in the history
https://crafatar.com/avatars/{{ uuid }} doesn't render head layer on the image while https://mc-heads.net/avatar/{{ uuid }} does.

Crafatar: https://cdn.lukynka.cz/zsgh.png
MC-Heads: https://cdn.lukynka.cz/YUbA.png
  • Loading branch information
LukynkaCZE authored Jan 22, 2022
1 parent dd22f34 commit c191d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<!-- Edit this to change staff cards! -->
<script id="staff-template" type="text/template">
<div class="staff-card shrink">
<img src="https://crafatar.com/avatars/{{ uuid }}">
<img src="https://mc-heads.net/avatar/{{ uuid }}">
<h3>{{ name }}</h3>
<h4>{{ rank }}</h4>
</div>
Expand Down

0 comments on commit c191d8d

Please sign in to comment.