Skip to content

Commit

Permalink
feat: update icon
Browse files Browse the repository at this point in the history
  • Loading branch information
GalvinGao committed Oct 9, 2023
1 parent 98ef6b0 commit d5db42c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/global/ItemIcon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ export default {
high: {
iconSize: 183,
dimensions: [1098, 3294],
url: "/sprite/sprite.202303070456.png",
url: "/sprite/sprite.202310090008.png",
},
low: {
iconSize: 183 / 2,
dimensions: [1098 / 2, 3294 / 2],
url: "/sprite/sprite.202303070456.small.png",
url: "/sprite/sprite.202310090008.small.png",
},
},
};
Expand Down Expand Up @@ -164,4 +164,4 @@ export default {
border-radius: 50%;
/*margin: 0 .2rem;*/
}
</style>
</style>

0 comments on commit d5db42c

Please sign in to comment.