fix: remove the grid size from being displayed on the inventory page
authorxangelo <me@xangelo.ca>
Sun, 19 Jan 2025 04:20:30 +0000 (23:20 -0500)
committerxangelo <me@xangelo.ca>
Sun, 19 Jan 2025 04:20:30 +0000 (23:20 -0500)
src/server/views/inventory.ts

index 41857e54b5a9ff709431011e4e7a9a18b0ec277a..bf5d1c9ce0cff40b17e2e993ef7bc05750dea8cc 100644 (file)
@@ -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;