Build [v1.14.23]

This commit is contained in:
2026-04-23 18:23:07 +03:00
parent 7c4441a962
commit 8d9a4ccc7a
8 changed files with 83 additions and 76 deletions

View File

@@ -1,6 +1,6 @@
{
"version": "1.14.22",
"last_build": "2026-04-23-1616",
"version": "1.14.23",
"last_build": "2026-04-23-1823",
"codename": "ConfigCore",
"commit": "e5bb14d9"
"commit": "7c4441a9"
}

View File

@@ -448,7 +448,7 @@ export default function InventoryPage() {
/>
</div>
<div>
<label className="text-sm font-normal text-secondary ml-1 tracking-tight">Size / Length</label>
<label className="text-sm font-normal text-secondary ml-1 tracking-tight">Size / Length / Speed</label>
<input
type="text"
value={editedItem.size || ''}

View File

@@ -17,7 +17,7 @@ export default function StatCard({ label, value, icon: Icon }: StatCardProps) {
</span>
</div>
<span className="text-2xl md:text-3xl font-normal text-white whitespace-nowrap tabular-nums">
<span className="text-base md:text-lg font-normal text-white whitespace-nowrap tabular-nums">
{value}
</span>
</div>