fixed 404 billing page

This commit is contained in:
Peer Richelsen 2021-09-15 16:55:04 +01:00
parent 738ee5d992
commit 264ccc2f48

View file

@ -10,7 +10,7 @@ export default function Billing() {
<div className="py-6 lg:pb-8 lg:col-span-9"> <div className="py-6 lg:pb-8 lg:col-span-9">
<div className="my-6"> <div className="my-6">
<iframe <iframe
src="https://calendso.com/subscription-embed" src="https://cal.com/subscription-embed"
style={{ minHeight: 800, width: "100%", border: 0 }} style={{ minHeight: 800, width: "100%", border: 0 }}
/> />
</div> </div>