Build [v1.14.23]
This commit is contained in:
@@ -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"
|
||||
}
|
||||
@@ -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 || ''}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user