Skip to content

Commit

Permalink
fix avatar merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Nov 21, 2023
1 parent 531b38e commit c1518c5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions theseus_gui/src/components/ui/AccountsCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@
:class="{ expanded: mode === 'expanded', isolated: mode === 'isolated' }"
>
<div v-if="selectedAccount" class="selected account">
<Avatar
size="xs"
:src="`https://crafatar.com/avatars/${selectedAccount.id}?size=128&overlay`"
/>
<Avatar size="xs" :src="`https://mc-heads.net/avatar/${selectedAccount.id}/128`" />
<div>
<h4>{{ selectedAccount.username }}</h4>
<p>Selected</p>
Expand Down

0 comments on commit c1518c5

Please sign in to comment.