Skip to content

Commit

Permalink
fix(fe): change contest time form (#1622)
Browse files Browse the repository at this point in the history
  • Loading branch information
jihorobert authored Mar 30, 2024
1 parent 2c71dd3 commit cb88b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/app/(main)/_components/TimeDiff.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function TimeDiff({ timeRef }: Props) {

return (
<span suppressHydrationWarning>
{days}d {hours + diff.format(':mm:ss')}
D-{days} {hours + diff.format(':mm:ss')}
</span>
)
}

0 comments on commit cb88b7c

Please sign in to comment.