Fix avatar images
This commit is contained in:
parent
a254cbe426
commit
ae7b685c3e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
<div class="column is-4 has-text-centered" v-for='(item) in items' :key='"inventory-item-" + item.id'>
|
<div class="column is-4 has-text-centered" v-for='(item) in items' :key='"inventory-item-" + item.id'>
|
||||||
<h1 class="subtitle">{{item.Item.name}}</h1>
|
<h1 class="subtitle">{{item.Item.name}}</h1>
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<img :src="'https://cdn.kaverti.com/marketplace/avatars/full/' + item.Item.previewFile + '.png'">
|
<img :src="'https://cdn.kaverti.com/marketplace/avatars/' + item.Item.previewFile + '.png'">
|
||||||
<br>
|
<br>
|
||||||
<b-button>Apply</b-button>
|
<b-button>Apply</b-button>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue