chore: typo
This commit is contained in:
parent
dc06a07c71
commit
133af33014
@ -134,8 +134,8 @@ const SystemMonitor = () => {
|
|||||||
<div className="flex items-center justify-between gap-2">
|
<div className="flex items-center justify-between gap-2">
|
||||||
<h6 className="font-bold">Memory</h6>
|
<h6 className="font-bold">Memory</h6>
|
||||||
<span>
|
<span>
|
||||||
{toGibibytes(usedRam, { hideUnit: true })}GB /{' '}
|
{toGigabytes(usedRam, { hideUnit: true })}GB /{' '}
|
||||||
{toGibibytes(totalRam, { hideUnit: true })}GB
|
{toGigabytes(totalRam, { hideUnit: true })}GB
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex items-center gap-x-4">
|
<div className="flex items-center gap-x-4">
|
||||||
|
|||||||
@ -18,7 +18,7 @@ import {
|
|||||||
setActiveGpus,
|
setActiveGpus,
|
||||||
} from '@/hooks/useHardwareManagement'
|
} from '@/hooks/useHardwareManagement'
|
||||||
|
|
||||||
import { toGibibytes } from '@/utils/converter'
|
import { toGigabytes } from '@/utils/converter'
|
||||||
|
|
||||||
import { utilizedMemory } from '@/utils/memory'
|
import { utilizedMemory } from '@/utils/memory'
|
||||||
|
|
||||||
@ -169,8 +169,8 @@ const Hardware = () => {
|
|||||||
<div className="flex flex-col items-end gap-2">
|
<div className="flex flex-col items-end gap-2">
|
||||||
<div className="flex w-full justify-end gap-2 text-xs text-[hsla(var(--text-secondary))]">
|
<div className="flex w-full justify-end gap-2 text-xs text-[hsla(var(--text-secondary))]">
|
||||||
<span>
|
<span>
|
||||||
{toGibibytes(usedRam, { hideUnit: true })}GB /{' '}
|
{toGigabytes(usedRam, { hideUnit: true })}GB /{' '}
|
||||||
{toGibibytes(totalRam, { hideUnit: true })}GB
|
{toGigabytes(totalRam, { hideUnit: true })}GB
|
||||||
</span>
|
</span>
|
||||||
{hardware?.ram.type && (
|
{hardware?.ram.type && (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user