diff --git a/src/marketing/app/_components/TokensShowcase.tsx b/src/marketing/app/_components/TokensShowcase.tsx index 4714181c..b9374616 100644 --- a/src/marketing/app/_components/TokensShowcase.tsx +++ b/src/marketing/app/_components/TokensShowcase.tsx @@ -13,6 +13,7 @@ import Reveal from './Reveal' const VISUAL_HEIGHT = 'lg:h-[424px]' const CODE_HEIGHT = 'max-h-[390px]' const DIAGRAM_CONTAINER = 'p-6 lg:min-h-0 lg:p-10' +const PANEL_HEIGHT = 'min-h-[454px]' const SHOWCASE_HEIGHT = 'lg:min-h-[560px]' type Row = { @@ -320,7 +321,7 @@ export default function TokensShowcase() {