Skip to content

Commit

Permalink
Fix the Uptime unit
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Guidée <[email protected]>
  • Loading branch information
quentinguidee committed Nov 25, 2023
1 parent d05f12e commit 72d0d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/Settings/SettingsHardware/Host.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default function Host(props: Readonly<HostProps>) {
{bootTime}
</KeyValueInfo>
<KeyValueInfo name="Uptime" icon="arrow_upward">
{uptimeHours} days
{uptimeHours}h
</KeyValueInfo>
</KeyValueGroup>
</Fragment>
Expand Down

0 comments on commit 72d0d40

Please sign in to comment.