Skip to content

Commit c1518c5

Browse files
committed
fix avatar merge
1 parent 531b38e commit c1518c5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

theseus_gui/src/components/ui/AccountsCard.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@
2424
:class="{ expanded: mode === 'expanded', isolated: mode === 'isolated' }"
2525
>
2626
<div v-if="selectedAccount" class="selected account">
27-
<Avatar
28-
size="xs"
29-
:src="`https://crafatar.com/avatars/${selectedAccount.id}?size=128&overlay`"
30-
/>
27+
<Avatar size="xs" :src="`https://mc-heads.net/avatar/${selectedAccount.id}/128`" />
3128
<div>
3229
<h4>{{ selectedAccount.username }}</h4>
3330
<p>Selected</p>

0 commit comments

Comments
 (0)