Skip to content

Commit adcb8b7

Browse files
AericioDaPigGuy
authored andcommitted
feat: use 32x32 icons instead of full-res
1 parent f40ba29 commit adcb8b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/items.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export function itemIsPrime(name) {
1313

1414
export function getComponentImageUrl(id) {
1515
return (
16-
"https://cdn.jsdelivr.net/gh/Aericio/warframe-exports-data/image/" +
16+
"https://cdn.jsdelivr.net/gh/Aericio/warframe-exports-data/image/32x32/" +
1717
id.slice(1).replaceAll("/", ".") +
1818
".png"
1919
);

0 commit comments

Comments
 (0)