diff --git a/packages/nextjs/app/about/page.tsx b/packages/nextjs/app/about/page.tsx index 548d426..bd3bd2d 100644 --- a/packages/nextjs/app/about/page.tsx +++ b/packages/nextjs/app/about/page.tsx @@ -20,7 +20,7 @@ export const metadata: Metadata = getMetadata({ function Feature({ title, description, children }: { title: string; description?: string; children: React.ReactNode }) { return ( -