diff --git a/packages/website/src/components/landing-page.tsx b/packages/website/src/components/landing-page.tsx index 53b457483..20d7f3273 100644 --- a/packages/website/src/components/landing-page.tsx +++ b/packages/website/src/components/landing-page.tsx @@ -67,7 +67,7 @@ function useDetectedPlatform(): Platform { } interface LandingPageProps { - title: string + title: React.ReactNode subtitle: string } @@ -109,6 +109,7 @@ export function LandingPage({ title, subtitle }: LandingPageProps) { +