Skip to content

Commit

Permalink
chore: Unsuspend GHA status
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Jan 30, 2024
1 parent 6ff6201 commit f051d72
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/docs/src/app/(pages)/_landing/features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
Sparkles,
TestTube2
} from 'lucide-react'
import React, { Suspense } from 'react'
import React from 'react'
import { BundleSize } from './bundle-size'
import { GitHubActionsStatus } from './gha-status'

Expand Down Expand Up @@ -114,9 +114,7 @@ export function FeaturesSection(props: React.ComponentProps<'section'>) {
title={
<span className="flex items-center">
Tested
<Suspense>
<GitHubActionsStatus className="ml-4 inline-flex" />
</Suspense>
<GitHubActionsStatus className="ml-4 inline-flex" />
</span>
}
description="Tested against every Next.js release."
Expand Down

0 comments on commit f051d72

Please sign in to comment.