diff --git a/src/Views/Home/Inventory.cshtml b/src/Views/Home/Inventory.cshtml index 77e0018..c057e2c 100644 --- a/src/Views/Home/Inventory.cshtml +++ b/src/Views/Home/Inventory.cshtml @@ -143,36 +143,36 @@
- - + +
- - + +
- - + +
- - + +

@T["Description"]
- - + +
- - + +
- - + +
${asset.Description?.Attributes ? ` @@ -182,8 +182,8 @@ ${Object.entries(asset.Description.Attributes) .map(([k,v]) => `
- : - + : +
`) .join('')} ` : ''} @@ -193,20 +193,20 @@
@T["Purchase Information"]
- - + +
- - + +
- - + +
- - + +
` : ''} `;