diff --git a/frontend/src/components/Dashboard/LiveClock.jsx b/frontend/src/components/Dashboard/LiveClock.jsx index 21168dc4..07d3402e 100644 --- a/frontend/src/components/Dashboard/LiveClock.jsx +++ b/frontend/src/components/Dashboard/LiveClock.jsx @@ -24,7 +24,7 @@ const LiveClock = () => { }, []); return ( -
+
{currentTime}
);