From 9fc050c2a10a97ec4ccde58c01e959993c3155a1 Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Wed, 5 Feb 2025 01:23:22 +0800 Subject: [PATCH] refactor: simplify seconds display in Overview time component --- app/(main)/header.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/app/(main)/header.tsx b/app/(main)/header.tsx index 00d115c..6284f02 100644 --- a/app/(main)/header.tsx +++ b/app/(main)/header.tsx @@ -136,13 +136,7 @@ function Overview() { digits={{ 1: { max: 5 } }} format={{ minimumIntegerDigits: 2 }} /> - +

:{time.ss.toString().padStart(2, "0")}