Skip to content

Commit

Permalink
Remove create round button from marketing page
Browse files Browse the repository at this point in the history
  • Loading branch information
solimander committed Aug 31, 2024
1 parent 300ceef commit 069bcbb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/prop-house-webapp/src/pages/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ const Home = () => {
watch magic happen.
</p>
<div className={classes.btnContainer}>
<Button
text="Create a round"
bgColor={ButtonColor.White}
onClick={() => navigate('/create-round')}
/>
<Button
text="View rounds"
bgColor={ButtonColor.Pink}
Expand Down

0 comments on commit 069bcbb

Please sign in to comment.