We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab682e commit 3bb2bb1Copy full SHA for 3bb2bb1
frontend/components/BinnenhavenEmbed.tsx
@@ -1,7 +1,7 @@
1
import {FunctionComponent} from "react"
2
3
export const BinnenhavenEmbed: FunctionComponent = () => (
4
- <iframe src="https://app.resourcefully.nl/binnenhaven/?origin=holon" style={{
+ <iframe src="https://binnenhaven.resourcefully.nl/?origin=holon" style={{
5
height: "calc(100vh - var(--header-height))",
6
width: "100%",
7
}}></iframe>
0 commit comments