update dashboard metrics and move away from round corners

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-05-20 21:22:20 +02:00
parent 4350670bbc
commit 3ecdf54d5c
13 changed files with 125 additions and 137 deletions

View File

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

View File

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