remove UTC mentions (#14465)

This commit is contained in:
Josh
2021-01-06 12:45:01 -08:00
committed by GitHub
parent b7b3de528b
commit 069d6a067c

View File

@ -74,11 +74,10 @@ export function UnlockAlert() {
return ( return (
<div className="alert alert-secondary text-center"> <div className="alert alert-secondary text-center">
<p className="mb-1"> <p className="mb-1">
An unlock event is scheduled for January 7, 2021 00:00 UTC cluster time. An unlock event is scheduled for January 7, 2021 00:00 cluster time.
</p> </p>
<p className="mb-1"> <p className="mb-1">
Cluster time is currently {displayTimestamp(blockTime * 1000)} UTC. Cluster time is currently {displayTimestamp(blockTime * 1000)}.
Cluster time may vary from actual UTC time.
</p> </p>
<p className="mb-0"> <p className="mb-0">
More information can be found{" "} More information can be found{" "}