Skip to content

Commit

Permalink
reorder attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsOnlyBinary committed Dec 16, 2023
1 parent 6fd6d11 commit 85a1095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/UserAvatar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
>
<rect
v-if="avatar.showBackground"
class="kiwi-avatar-background"
width="100"
height="100"
class="kiwi-avatar-background"
:style="{ fill: user.getColour() }"
/>
<image
Expand All @@ -18,8 +18,8 @@
width="100"
height="100"
preserveAspectRatio="xMidYMid slice"
class="kiwi-avatar-image"
loading="lazy"
class="kiwi-avatar-image"
@error="avatar[avatar.sizeKey[size]].setFailed()"
/>
<text
Expand Down

0 comments on commit 85a1095

Please sign in to comment.