Skip to content

Commit

Permalink
remove nav and path
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoseneca committed May 31, 2024
1 parent ea31fef commit e00a599
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion packages/prop-house-webapp/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ function App() {
path="/create-prop"
element={showCreatePropPage ? <CreateProp /> : <MainApp />}
/>
<Route path="/create-round" element={<CreateRound />} />
<Route path="/dashboard" element={<Dashboard />} />
<Route path="/houses" element={<Communities />} />
<Route path="*" element={<NotFound />} />
Expand Down
12 changes: 0 additions & 12 deletions packages/prop-house-webapp/src/components/NavBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,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 e00a599

Please sign in to comment.