We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 531b38e commit c1518c5Copy full SHA for c1518c5
theseus_gui/src/components/ui/AccountsCard.vue
@@ -24,10 +24,7 @@
24
:class="{ expanded: mode === 'expanded', isolated: mode === 'isolated' }"
25
>
26
<div v-if="selectedAccount" class="selected account">
27
- <Avatar
28
- size="xs"
29
- :src="`https://crafatar.com/avatars/${selectedAccount.id}?size=128&overlay`"
30
- />
+ <Avatar size="xs" :src="`https://mc-heads.net/avatar/${selectedAccount.id}/128`" />
31
<div>
32
<h4>{{ selectedAccount.username }}</h4>
33
<p>Selected</p>
0 commit comments