Skip to content

Commit

Permalink
Add link
Browse files Browse the repository at this point in the history
  • Loading branch information
Dnouv committed Apr 6, 2022
1 parent 77f97c6 commit a73340e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions app/pages/virtualconf/mainstage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,8 @@ const Mainstage = ({ speakers }) => {
<Col md={8} xs={12} className={styles.hero__liveNow__col}>
{new Date().getTime() - countdown.getTime() < 0 ? (
<p className={styles.hero__liveNow__col__heading}>
Save the Date !{" "}
<span className={styles.liveNowDate}>
Join the Summit NOW,{" "}
<a href="https://bbb.rocket.chat/b/sin-ur2-c72-cbv">
https://bbb.rocket.chat/b/sin-ur2-c72-cbv
</a>
</span>
JOIN THE SUMMIT NOW!
Click <Link href={"https://bbb.rocket.chat/b/sin-ur2-c72-cbv"}>https://bbb.rocket.chat/b/sin-ur2-c72-cbv</Link>
</p>
) : (
<p className={styles.hero__liveNow__col__heading}>
Expand Down

0 comments on commit a73340e

Please sign in to comment.