Skip to content

Commit

Permalink
Adding placeholder for the countdown
Browse files Browse the repository at this point in the history
  • Loading branch information
amankumarrr committed Sep 24, 2024
1 parent 072c1c6 commit 609c6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/liveStream/liveStreamBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const LiveStreamBanner = ({
<h1 className="m-0 py-0 text-xl font-light text-gray-300">{title}</h1>
<p className="py-0 text-xs text-white">
<span className="block text-sswRed">
{isLive ? liveText : countdownText}
{(isLive ? liveText : countdownText) || "Calculating..."}
</span>
{!isLive && scheduledTimeText(dayjs(startDateTime))}
</p>
Expand Down

0 comments on commit 609c6ac

Please sign in to comment.