Skip to content

Commit

Permalink
Add link (#136)
Browse files Browse the repository at this point in the history
* Add link

* Correct link
  • Loading branch information
Dnouv authored Apr 6, 2022
1 parent 77f97c6 commit b3f15f5
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions app/pages/virtualconf/mainstage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,20 +104,17 @@ 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}>
Event is live now!{" "}
<span role="img" aria-label="sparkles">
</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_text}>
Expand Down

0 comments on commit b3f15f5

Please sign in to comment.