File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed
Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1+ import { FunctionComponent } from "react"
2+
3+ export const BinnenhavenEmbed : FunctionComponent = ( ) => (
4+ < iframe src = "https://app.resourcefully.nl/binnenhaven/?origin=holon" style = { {
5+ height : "calc(100vh - var(--header-height))" ,
6+ width : "100%" ,
7+ } } > </ iframe >
8+ )
Original file line number Diff line number Diff line change @@ -4,13 +4,15 @@ import {Step2} from "@/components/IJzerboeren/Step2/Step2"
44import { Step3 } from "@/components/IJzerboeren/Step3/Step3"
55import { IronPowderProcessSankey } from "@/components/IJzerboeren/Sankey/IronPowderProcessSankey"
66import { HattemEmbed } from "@/components/HattemEmbed"
7+ import { BinnenhavenEmbed } from "@/components/BinnenhavenEmbed"
78
89const inletComponents = new Map < string , FunctionComponent > ( [
910 [ "IJzerboerenStep1" , Step1 ] ,
1011 [ "IJzerboerenStep2" , Step2 ] ,
1112 [ "IJzerboerenStep3" , Step3 ] ,
1213 [ "IronPowderProcessSankey" , IronPowderProcessSankey ] ,
1314 [ "HattemEmbed" , HattemEmbed ] ,
15+ [ "BinnenhavenEmbed" , BinnenhavenEmbed ] ,
1416] )
1517
1618interface Props {
Original file line number Diff line number Diff line change @@ -14,5 +14,6 @@ def __init__(self):
1414 ("IJzerboerenStep3" , "IJzerboerenStep3" ),
1515 ("IronPowderProcessSankey" , "IronPowderProcessSankey" ),
1616 ("HattemEmbed" , "HattemEmbed" ),
17+ ("BinnenhavenEmbed" , "BinnenhavenEmbed" ),
1718 ]
1819 )
You can’t perform that action at this time.
0 commit comments