Skip to content

Commit 3bb2bb1

Browse files
committed
Update binnenhaven url
1 parent 6ab682e commit 3bb2bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/components/BinnenhavenEmbed.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {FunctionComponent} from "react"
22

33
export const BinnenhavenEmbed: FunctionComponent = () => (
4-
<iframe src="https://app.resourcefully.nl/binnenhaven/?origin=holon" style={{
4+
<iframe src="https://binnenhaven.resourcefully.nl/?origin=holon" style={{
55
height: "calc(100vh - var(--header-height))",
66
width: "100%",
77
}}></iframe>

0 commit comments

Comments
 (0)