fixed 404 billing page
This commit is contained in:
parent
738ee5d992
commit
264ccc2f48
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue