diff --git a/src/components/common/ProgressTracker.jsx b/src/components/common/ProgressTracker.jsx index 6afadbe..acbb1a5 100644 --- a/src/components/common/ProgressTracker.jsx +++ b/src/components/common/ProgressTracker.jsx @@ -170,10 +170,10 @@ const ProgressTracker = () => { {/* to not show any countdown from 1 sept to 7 sept */} {!electionStarted && - countdown.days === 0 && - countdown.hours === 0 && - countdown.minutes === 0 && - countdown.seconds === 0 ? null : ( + countdown.days <= 0 && + countdown.hours <= 0 && + countdown.minutes <= 0 && + countdown.seconds <= 0 ? null : (
{ imageSrc={ImageSrc.OGSBT} title="OG" description="The OG SBT represents your commitment and dedication to NEAR, highlighting your continuous presence and involvement in shaping the NEAR ecosystem." - isAvailable={true} - onClick={() => - window.open( - 'https://docs.google.com/forms/d/e/1FAIpQLSfQ80mza1ssDRuEkjTl61ty0ORxm23whmwBDlaxWHjodTiz-w/viewform', - '_blank' - ) - } + isAvailable={false} + buttonText="Closed" /> { involvement in shaping the NEAR ecosystem.

-