diff --git a/web/pages/simulator/index.tsx b/web/pages/simulator/index.tsx index ad3f2820..09a4ea02 100644 --- a/web/pages/simulator/index.tsx +++ b/web/pages/simulator/index.tsx @@ -4,6 +4,7 @@ import { ResponsiveLine } from '@nivo/line' import { Entry, makeEntries } from '../../lib/simulator/entries' import { Header } from '../../components/header' +import { Col } from '../../components/layout/col' function TableBody(props: { entries: Entry[] }) { return ( @@ -214,15 +215,13 @@ function NewBidTable(props: { - - - + @@ -252,9 +251,9 @@ export default function Simulator() { const tickValues = [0, 25, 50, 75, 100] return ( -
+
-
+
{/* Left column */}

@@ -284,12 +283,14 @@ export default function Simulator() {

{/* Right column */} -
+

Probability of -
YES
+
+ YES +

-
+
setSteps(parseInt(e.target.value))} /> -
+
-
+ ) }