diff --git a/src/Views/Home/Inventory.cshtml b/src/Views/Home/Inventory.cshtml index 6732026..b644043 100644 --- a/src/Views/Home/Inventory.cshtml +++ b/src/Views/Home/Inventory.cshtml @@ -144,19 +144,19 @@
- +
- +
- +
- +

@@ -164,15 +164,15 @@

@T["Description"]

- +
- +
- +
${asset.Description?.Attributes ? ` @@ -182,8 +182,8 @@ ${Object.entries(asset.Description.Attributes) .map(([k,v]) => `
- : - + : +
`) .join('')} ` : ''} @@ -194,19 +194,19 @@

@T["Purchase Information"]

- +
- +
- +
- +
` : ''} `;