CET only
This commit is contained in:
@@ -151,7 +151,6 @@ export const ChallengeList: React.FC = () => {
|
||||
<div className="p-8 hxp-border-purple bg-white/5 inline-block">
|
||||
<Countdown target={startTime} onEnd={() => setShowRefreshPopup(true)} />
|
||||
</div>
|
||||
<p className="text-slate-500 font-bold tracking-widest uppercase mt-6">Event will start {utcStartTime}</p>
|
||||
<p className="text-slate-500 font-bold tracking-widest uppercase mt-2">Event will start {cetStartTime}</p>
|
||||
{showRefreshPopup && (
|
||||
<div className="fixed inset-0 bg-black/90 z-[500] flex items-center justify-center p-4">
|
||||
|
||||
Reference in New Issue
Block a user