From 66ef442a62fd6b94b6f2c4dfe587b7b63f4022d7 Mon Sep 17 00:00:00 2001 From: Shreyas Dhoke <“shreyas.d@browserstack.com git config --global user.name “Shreyas> Date: Fri, 8 Aug 2025 17:37:34 +0530 Subject: [PATCH 1/2] Removed seconds from dashboard --- client/src/components/dashboard/Dashboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/dashboard/Dashboard.js b/client/src/components/dashboard/Dashboard.js index c6947bc..090cda1 100644 --- a/client/src/components/dashboard/Dashboard.js +++ b/client/src/components/dashboard/Dashboard.js @@ -10,7 +10,7 @@ function Dashboard({ message, health, analytics }) { {health && (
Status: {health.status}
-Uptime: {Math.floor(health.uptime)} seconds
+Uptime: {Math.floor(health.uptime)}