diff --git a/packages/docs/src/app/(pages)/_landing/features.tsx b/packages/docs/src/app/(pages)/_landing/features.tsx index 332c3f95..9fc3db78 100644 --- a/packages/docs/src/app/(pages)/_landing/features.tsx +++ b/packages/docs/src/app/(pages)/_landing/features.tsx @@ -14,7 +14,6 @@ import { } from 'lucide-react' import React from 'react' import { BundleSize } from './bundle-size' -import { GitHubActionsStatus } from './gha-status' export function FeaturesSection(props: React.ComponentProps<'section'>) { return ( @@ -114,15 +113,10 @@ export function FeaturesSection(props: React.ComponentProps<'section'>) { title={ Tested - + {/* */} } - description={ - <> - Tested against every Next.js release. -
- - } + description="Tested against every Next.js release." /> )