From 00023d894ea59ca694db7b3f7ddb5ae3bc56c9c0 Mon Sep 17 00:00:00 2001 From: Mohamed Khelif Date: Wed, 15 Nov 2023 11:25:07 -0500 Subject: [PATCH] Show exact time on hover of timestamp --- 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 })} {" "}