Skip to content

Commit

Permalink
fix: The instance card icon does not show
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed May 18, 2023
1 parent a34caad commit 6e59863
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions xmcl-keystone-ui/src/views/InstancesCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
>
<v-avatar left>
<img
:src="'image:builtin:minecraft'"
:src="'image://builtin/minecraft'"
alt="minecraft"
>
<!-- <v-icon>power</v-icon> -->
Expand Down Expand Up @@ -146,7 +146,7 @@
>
<v-avatar left>
<img
:src="'image:builtin:forge'"
:src="'image://builtin/forge'"
alt="forge"
>
</v-avatar>
Expand All @@ -163,7 +163,7 @@
class="rounded-none"
>
<img
:src="'image:builtin:quilt'"
:src="'image://builtin/quilt'"
alt="quilt"
>
</v-avatar>
Expand All @@ -177,7 +177,7 @@
>
<v-avatar left>
<img
:src="'image:builtin:fabric'"
:src="'image://builtin/fabric'"
alt="fabric"
>
</v-avatar>
Expand Down

0 comments on commit 6e59863

Please sign in to comment.