This commit is contained in:
m0rph3us1987
2026-02-28 15:02:44 +01:00
parent fba544d64e
commit e04547301b

View File

@@ -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">