From 50e29072f94b55797cbaa73b4b8b5fe3dae32a84 Mon Sep 17 00:00:00 2001 From: Mohamed Khelif Date: Thu, 16 Nov 2023 09:35:26 -0500 Subject: [PATCH] DEVPROD-2662 Show exact time on hover of project health timestamp (#2153) --- src/components/CommitChartLabel/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CommitChartLabel/index.tsx b/src/components/CommitChartLabel/index.tsx index 6f22f32c23..b25ac49fc9 100644 --- a/src/components/CommitChartLabel/index.tsx +++ b/src/components/CommitChartLabel/index.tsx @@ -65,7 +65,7 @@ const CommitChartLabel: React.FC = ({ > {shortenGithash(githash)} {" "} - + {getDateCopy(createDate, { omitSeconds: true, omitTimezone: true })} {" "}