Home
/
risinglegends.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5806c6e
)
fix: remove the grid size from being displayed on the inventory page
author
xangelo
<me@xangelo.ca>
Sun, 19 Jan 2025 04:20:30 +0000
(23:20 -0500)
committer
xangelo
<me@xangelo.ca>
Sun, 19 Jan 2025 04:20:30 +0000
(23:20 -0500)
src/server/views/inventory.ts
patch
|
blob
|
history
diff --git
a/src/server/views/inventory.ts
b/src/server/views/inventory.ts
index 41857e54b5a9ff709431011e4e7a9a18b0ec277a..bf5d1c9ce0cff40b17e2e993ef7bc05750dea8cc 100644
(file)
--- a/
src/server/views/inventory.ts
+++ b/
src/server/views/inventory.ts
@@
-9,7
+9,7
@@
import { getDurabilityApproximation, expToLevel, levelFromExp } from "@shared/in
import { slugify } from "@shared/utils";
function icon(icon_name?: string): string {
- const placeholder = 'https://placehold.co/64x64/af936c/
6d5f4d
';
+ const placeholder = 'https://placehold.co/64x64/af936c/
af936c
';
const icon = icon_name ? `/assets/img/icons/equipment/${icon_name}` : placeholder;
return icon;