Fix clock timezone.
This commit is contained in:
parent
a59e5fb019
commit
d9334a9fd0
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ export function NavBar() {
|
|||
break;
|
||||
}
|
||||
}}>
|
||||
<div className="time"><Clock format={'HH:mm:ss'} ticking={true} timezone={'EU/London'} /></div>
|
||||
<div className="time"><Clock format={'HH:mm:ss'} ticking={true} timezone={'europe/london'} /></div>
|
||||
<div className="message">
|
||||
{broadcastState.stage === "NOT_REGISTERED" && "Register for show"}
|
||||
{broadcastState.stage === "REGISTERED" && "Cancel show"}
|
||||
|
|
Loading…
Reference in a new issue