Skip to content

Commit

Permalink
load avatar from avatar.liquidbounce.net
Browse files Browse the repository at this point in the history
  • Loading branch information
SenkJu committed Dec 17, 2023
1 parent d6fe057 commit c1c1ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/main/Account.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</script>

<div class="account">
<object data="https://crafatar.com/avatars/{uuid}?size=100" type="image/png" class="avatar">
<object data="https://avatar.liquidbounce.net/avatar/{uuid}" type="image/png" class="avatar">
<img src="img/steve.png" alt=avatar class="avatar"/>
</object>
<div class="details">
Expand Down

0 comments on commit c1c1ef8

Please sign in to comment.