From d5db42c7f1ad6e299e93ba818ff2a415619af6e0 Mon Sep 17 00:00:00 2001 From: GalvinGao Date: Mon, 9 Oct 2023 00:11:18 -0400 Subject: [PATCH] feat: update icon --- src/components/global/ItemIcon.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/global/ItemIcon.vue b/src/components/global/ItemIcon.vue index 4adb6568..b3a8d89d 100644 --- a/src/components/global/ItemIcon.vue +++ b/src/components/global/ItemIcon.vue @@ -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", }, }, }; @@ -164,4 +164,4 @@ export default { border-radius: 50%; /*margin: 0 .2rem;*/ } - \ No newline at end of file +