From 4b28b1eb8ee6177a8009b89ac2200b3b753bc5b1 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 21 Mar 2025 10:55:10 +0900 Subject: feat(frontend): support mobile layout --- frontend/app/components/Gaming/LeftTime.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/app/components/Gaming/LeftTime.tsx') diff --git a/frontend/app/components/Gaming/LeftTime.tsx b/frontend/app/components/Gaming/LeftTime.tsx index a31c6b2..5013c76 100644 --- a/frontend/app/components/Gaming/LeftTime.tsx +++ b/frontend/app/components/Gaming/LeftTime.tsx @@ -22,5 +22,5 @@ export default function LeftTime({ sec }: Props) { leftTime = `${m.toString().padStart(2, "0")}:${s.toString().padStart(2, "0")}`; } - return
{leftTime}
; + return
{leftTime}
; } -- cgit v1.2.3-70-g09d2