diff --git a/app/pages/virtualconf/mainstage/index.js b/app/pages/virtualconf/mainstage/index.js index 2e19e0bf..ce572496 100644 --- a/app/pages/virtualconf/mainstage/index.js +++ b/app/pages/virtualconf/mainstage/index.js @@ -27,7 +27,6 @@ const Mainstage = ({ speakers }) => { const seconds = Math.floor((distance % (1000 * 60)) / 1000); setTimer([days, hours, minutes, seconds]); if (distance < 0) { - clearInterval(x); setTimer("We are now live! ✨"); } }, 1000); @@ -71,26 +70,7 @@ const Mainstage = ({ speakers }) => { program.
- Live In - - {timer[0]}d - - {" "} - |{" "} - - - {timer[1]} - h{" "} - - {" "} - |{" "} - - - {timer[2]} - m{" "} - - |{" "} - - {timer[3]}s{" "} + Live!
- Save the Date !{" "} - - Join the Summit NOW,{" "} - - https://bbb.rocket.chat/b/sin-ur2-c72-cbv - - + JOIN THE SUMMIT NOW! + Click https://bbb.rocket.chat/b/sin-ur2-c72-cbv
) : (@@ -118,6 +93,8 @@ const Mainstage = ({ speakers }) => { ✨ + JOIN THE SUMMIT NOW! + Click https://bbb.rocket.chat/b/sin-ur2-c72-cbv
)}