chore: update deps

This commit is contained in:
hamster1963 2024-08-22 09:15:02 +08:00
parent d09fb7c019
commit 51800e11c1
2 changed files with 3 additions and 3 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -91,9 +91,9 @@ export default function ServerCard({
</div>
<ServerUsageBar value={stg} />
</div>
<div className={"flex flex-col"}>
<div className={"flex flex-col items-end"}>
<p className="text-xs text-muted-foreground">Upload</p>
<div className="text-xs font-semibold flex items-center">
<div className="text-xs font-semibold flex items-center justify-end">
<MotionNumber
value={up.toFixed(2)}
format={{ notation: "compact" }}
@ -104,7 +104,7 @@ export default function ServerCard({
</div>
<div className={"flex flex-col"}>
<p className="text-xs text-muted-foreground">Download</p>
<div className="text-xs font-semibold flex items-center">
<div className="text-xs font-semibold flex items-center justify-end">
<MotionNumber
value={down.toFixed(2)}
format={{ notation: "compact" }}