use openpanels public dashboard as example on frontpage

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-05-28 11:03:47 +02:00
parent 01854ccbfb
commit 21b2118877
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ export async function Hero() {
<div className="absolute inset-0 flex rounded-2xl ring-8 ring-slate-300"> <div className="absolute inset-0 flex rounded-2xl ring-8 ring-slate-300">
<div className="absolute inset-0 w-full animate-pulse overflow-hidden rounded-2xl bg-slate-100" /> <div className="absolute inset-0 w-full animate-pulse overflow-hidden rounded-2xl bg-slate-100" />
<iframe <iframe
src="https://dashboard.openpanel.dev/share/overview/ZQsEhG?header=0" src="https://dashboard.openpanel.dev/share/overview/zef2XC?header=0"
className="relative z-10 h-[max(90vh,650px)] w-full rounded-2xl" className="relative z-10 h-[max(90vh,650px)] w-full rounded-2xl"
title="Openpanel Dashboard" title="Openpanel Dashboard"
scrolling="no" scrolling="no"

View File

@@ -26,7 +26,7 @@ export default function Page() {
Analytics 😉 Curious how it looks? Analytics 😉 Curious how it looks?
</Lead2> </Lead2>
<ALink <ALink
href="https://dashboard.openpanel.dev/share/overview/ZQsEhG" href="https://dashboard.openpanel.dev/share/overview/zef2XC"
target="_blank" target="_blank"
className="mt-8" className="mt-8"
variant={'outline'} variant={'outline'}