Skip to content

Commit

Permalink
Fixed build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rishit-singh committed Nov 25, 2023
1 parent 89cf3be commit 6a717fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/hacks/Timer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class Timer extends Component<TimerProps, TimerState>
render()
{
return <div className={"text-white text-7xl max-[850px]:text-3xl"} suppressHydrationWarning>
{this.state.CurrentTimeStamp.Days}d {this.state.CurrentTimeStamp.Hours}h {this.state.CurrentTimeStamp.Minutes}m {this.state.CurrentTimeStamp.Seconds}s
It&apos;s time to Hack!
</div>
}

Expand Down

0 comments on commit 6a717fe

Please sign in to comment.