diff --git a/web/components/bet-panel.tsx b/web/components/bet-panel.tsx index b2abdefe..d196e410 100644 --- a/web/components/bet-panel.tsx +++ b/web/components/bet-panel.tsx @@ -94,7 +94,8 @@ export function BetPanel(props: { className )} > - + <div className="mb-6 text-2xl text-gray-700">Place a trade</div> + {/* <Title className={clsx('!mt-0 text-neutral')} text="Place a trade" /> */} <BuyPanel contract={contract} user={user} userBets={userBets ?? []} />