diff --git a/app/(main)/ClientComponents/main/ServerOverviewClient.tsx b/app/(main)/ClientComponents/main/ServerOverviewClient.tsx index 4d9fadc..e5e8892 100644 --- a/app/(main)/ClientComponents/main/ServerOverviewClient.tsx +++ b/app/(main)/ClientComponents/main/ServerOverviewClient.tsx @@ -140,7 +140,7 @@ export default function ServerOverviewClient() { {data?.result ? ( <> -
+

↑{formatBytes(data?.total_out_bandwidth)}

@@ -148,7 +148,7 @@ export default function ServerOverviewClient() { ↓{formatBytes(data?.total_in_bandwidth)}

-
+

{formatBytes(data?.total_out_speed)}/s diff --git a/bun.lockb b/bun.lockb index 146826c..995cfe2 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 82013d3..82baba6 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "lucide-react": "^0.454.0", "luxon": "^3.5.0", "maxmind": "^4.3.23", - "next": "^15.1.2", + "next": "^15.1.3", "next-auth": "^5.0.0-beta.25", "next-intl": "^3.26.3", "next-runtime-env": "^3.2.2", @@ -63,12 +63,12 @@ }, "devDependencies": { "@biomejs/biome": "1.9.4", - "@next/bundle-analyzer": "^15.1.2", + "@next/bundle-analyzer": "^15.1.3", "@tailwindcss/postcss": "^4.0.0-beta.8", "@types/node": "^22.10.2", "@types/react": "^19.0.2", "@types/react-dom": "^19.0.2", - "eslint-config-next": "^15.1.2", + "eslint-config-next": "^15.1.3", "eslint-plugin-turbo": "^2.3.3", "eslint-plugin-unused-imports": "^4.1.4", "postcss": "^8.4.49",