Skip to content

Commit

Permalink
feat: update icon
Browse files Browse the repository at this point in the history
  • Loading branch information
GalvinGao committed Mar 7, 2023
1 parent c42fb94 commit 7d37745
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "penguin-stats-frontend",
"version": "3.11.9",
"version": "3.11.10",
"private": true,
"author": "Penguin Statistics Contributors <contributors@penguin-stats.io> (https://github.com/orgs/penguin-statistics/people)",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions src/components/global/ItemIcon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ export default {
resolutions: {
high: {
iconSize: 183,
dimensions: [1098, 3111],
url: "/sprite/sprite.202210111514.png",
dimensions: [1098, 3294],
url: "/sprite/sprite.202303070456.png",
},
low: {
iconSize: 183 / 2,
dimensions: [1098 / 2, 3111 / 2],
url: "/sprite/sprite.202210111514.small.png",
dimensions: [1098 / 2, 3294 / 2],
url: "/sprite/sprite.202303070456.small.png",
},
},
};
Expand Down

0 comments on commit 7d37745

Please sign in to comment.