diff --git a/apps/frontend/app/(main)/_components/TimeDiff.tsx b/apps/frontend/app/(main)/_components/TimeDiff.tsx index 4193621ce0..227ce8a383 100644 --- a/apps/frontend/app/(main)/_components/TimeDiff.tsx +++ b/apps/frontend/app/(main)/_components/TimeDiff.tsx @@ -26,7 +26,7 @@ export default function TimeDiff({ timeRef }: Props) { return ( - {days}d {hours + diff.format(':mm:ss')} + D-{days} {hours + diff.format(':mm:ss')} ) }