Skip to content

Commit

Permalink
removing call to action
Browse files Browse the repository at this point in the history
  • Loading branch information
sidmohanty11 committed Mar 23, 2022
1 parent b60df53 commit 5067f1a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/pages/virtualconf/mainstage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import RCPlusGSocLogo from "/public/rcandgsoclogo.png";
import CirclesSVG from "/public/svg/circles.js";
import RCPlusGSocCompactLogo from "/public/rcandgsoclogocompact.png";
import NowLive from "/public/now-live.png";
import ArrowSVG from "/public/svg/arrow.js";
import styles from "../../../styles/Mainstage.module.css";
import { Container, Row, Col } from "react-bootstrap";
import Infotiles from "../../../components/infotiles";
Expand Down Expand Up @@ -92,10 +91,6 @@ const Mainstage = ({ speakers }) => {
Human connections that will expand your network and enable you
to both learn and teach along the way.
</p>
<p className={styles.thinText}>Click here to register</p>
<button className={styles.btnColor}>
Register <ArrowSVG />
</button>
</Col>
<Col md={6} xs={12} className={styles.imageHolders}>
<Image src={NowLive} />
Expand Down

0 comments on commit 5067f1a

Please sign in to comment.