disable ifram

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-04-17 15:16:35 +02:00
parent 763d25385d
commit c333d660c3

View File

@@ -59,12 +59,12 @@ export async function Hero() {
</div> </div>
<div className="mt-16 w-full md:pt-16"> <div className="mt-16 w-full md:pt-16">
<div className="flex h-[max(90vh,650px)] rounded-2xl bg-black/5 md:p-2"> <div className="flex h-[max(90vh,650px)] rounded-2xl bg-black/5 md:p-2">
<iframe {/* <iframe
src="https://dashboard.openpanel.dev/share/overview/ZQsEhG" src="https://dashboard.openpanel.dev/share/overview/ZQsEhG"
className="h-[max(90vh,650px)] h-full w-full rounded-xl" className="h-[max(90vh,650px)] h-full w-full rounded-xl"
title="Openpanel Dashboard" title="Openpanel Dashboard"
scrolling="no" scrolling="no"
/> /> */}
</div> </div>
</div> </div>
</div> </div>