Your limit bets

This commit is contained in:
James Grugett 2022-07-08 18:14:22 -05:00
parent f0a7b9591f
commit dd9be0376b

View File

@ -20,7 +20,7 @@ export function LimitBets(props: {
return (
<Col className={clsx(className, 'gap-2 rounded bg-white')}>
<div className="px-6 py-3 text-xl">Limit bets</div>
<div className="px-6 py-3 text-xl">Your limit bets</div>
<table className="table-compact table w-full rounded text-gray-500">
<tbody>
{recentBets.map((bet) => (