diff --git a/web/pages/map.tsx b/web/pages/map.tsx index e6413928..a79343a3 100644 --- a/web/pages/map.tsx +++ b/web/pages/map.tsx @@ -70,9 +70,18 @@ const senateMidterms: StateElectionMarket[] = [ const App = () => { return ( - - + + <StateElectionMap markets={senateMidterms} /> + + <iframe + src="https://manifold.markets/embed/NathanpmYoung/will-the-democrats-control-the-sena" + title="Will the Democrats control the Senate after the Midterms?" + frameBorder="0" + width={800} + height={400} + className="mt-8" + ></iframe> </Col> ) }