iframe
This commit is contained in:
parent
c7e2a115fb
commit
6eb27d12c3
|
@ -70,9 +70,18 @@ const senateMidterms: StateElectionMarket[] = [
|
||||||
|
|
||||||
const App = () => {
|
const App = () => {
|
||||||
return (
|
return (
|
||||||
<Col className="items-center justify-center">
|
<Col className="items-center justify-center bg-white">
|
||||||
<StateElectionMap markets={senateMidterms} />
|
|
||||||
<Title text="2022 US Senate Midterms" className="mt-8" />
|
<Title text="2022 US Senate Midterms" className="mt-8" />
|
||||||
|
<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>
|
</Col>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user