Skip to content

Commit

Permalink
chore: Fix landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Jan 30, 2024
1 parent 9d54ea7 commit 979a3d1
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions packages/docs/src/app/(pages)/_landing/features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down Expand Up @@ -114,15 +113,10 @@ export function FeaturesSection(props: React.ComponentProps<'section'>) {
title={
<span className="flex items-center">
Tested
<GitHubActionsStatus className="ml-4 inline-flex" />
{/* <GitHubActionsStatus className="ml-4 inline-flex" /> */}
</span>
}
description={
<>
Tested against every Next.js release.
<br />
</>
}
description="Tested against every Next.js release."
/>
</section>
)
Expand Down

0 comments on commit 979a3d1

Please sign in to comment.