Update modal temperature

This commit is contained in:
MacRimi
2026-02-13 19:40:22 +01:00
parent 9b48c498f5
commit e4a57b97b7
2 changed files with 11 additions and 9 deletions

View File

@@ -476,7 +476,7 @@ export function SystemOverview() {
<Thermometer className="h-4 w-4 text-muted-foreground" />
</CardHeader>
<CardContent>
<div className="flex items-center gap-2">
<div className="flex items-center justify-between">
<span className="text-xl lg:text-2xl font-bold text-foreground">
{systemData.temperature === 0 ? "N/A" : `${Math.round(systemData.temperature * 10) / 10}°C`}
</span>