diff --git a/web/pages/_document.tsx b/web/pages/_document.tsx
index 86de0544..d676a875 100644
--- a/web/pages/_document.tsx
+++ b/web/pages/_document.tsx
@@ -2,7 +2,7 @@ import { Html, Head, Main, NextScript } from 'next/document'
export default function Document() {
return (
-
+
Mantic Markets
diff --git a/web/pages/simulator/index.tsx b/web/pages/simulator/index.tsx
index e2c4c253..36022ff1 100644
--- a/web/pages/simulator/index.tsx
+++ b/web/pages/simulator/index.tsx
@@ -13,6 +13,7 @@ import { ChartData } from 'chart.js'
import { Line } from 'react-chartjs-2'
import { bids as sampleBids } from '../../lib/simulator/sample-bids'
import { Entry, makeEntries } from '../../lib/simulator/entries'
+import { Header } from '../../components/header'
// Auto import doesn't work for some reason...
// So we manually register ChartJS components instead:
@@ -157,14 +158,14 @@ function NewBidTable(props: {
}, [newBid, newBidType, steps])
return (
-
+
Order # |
Type |
Bid |
Weight |
- Probability |
+ Prob |
Payout |
Return |
|
@@ -195,6 +196,7 @@ function NewBidTable(props: {
+ {/* Note: Would love to make this input smaller... */}
-
+
+
+
{/* Left column */}
-
+
Dynamic Parimutuel Market Simulator
{/* Range slider that sets the current step */}
@@ -275,7 +278,7 @@ export default function Simulator() {
{/* History of bids */}
-
+
Order # |
@@ -295,7 +298,7 @@ export default function Simulator() {
{/* Right column */}
|