Skip to content

Commit

Permalink
remove create round
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoseneca committed Jun 7, 2024
1 parent b8c25dc commit ba0ea50
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions packages/prop-house-webapp/src/components/NavBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { isMobile } from 'web3modal';
import Button, { ButtonColor } from '../Button';
import bgColorFor, { BgColorElement } from '../../utils/bgColorFor';
import { IoSettingsSharp } from 'react-icons/io5';
import mixpanel from 'mixpanel-browser';

const NavBar = () => {
const location = useLocation();
Expand All @@ -34,18 +33,6 @@ const NavBar = () => {
<Navbar.Collapse id="basic-navbar-nav">
<Nav className={clsx('ms-auto', classes.navBarCollapse)}>
<div className={classes.buttonGroup}>
<Nav.Link as="div" className={classes.connectBtnContainer}>
<Button
text="Create a round"
bgColor={ButtonColor.Purple}
onClick={() => {
mixpanel.track('Clicked Create Round');
navigate('/create-round');
}}
classNames={classes.navBarBtn}
/>
</Nav.Link>

<Nav.Link as="div" className={classes.connectBtnContainer}>
<ConnectButton
showBalance={false}
Expand Down

0 comments on commit ba0ea50

Please sign in to comment.