Skip to content

Commit

Permalink
Merge pull request #612 from omnifed/611-docs-a11y-audit-components-p…
Browse files Browse the repository at this point in the history
…ages

hotfix: fix React main page
  • Loading branch information
caseybaggz authored Oct 21, 2024
2 parents ca808a3 + 702892c commit 631ff36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/app/react/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Dev, { frontmatter as devFrontmatter } from './dev.mdx'

export default function ReactPage() {
return (
<main>
<>
<TabPageContent>
<FeatureHeader
heading={frontmatter.heading}
Expand All @@ -34,6 +34,6 @@ export default function ReactPage() {
}
/>
</TabPageContent>
</main>
</>
)
}

0 comments on commit 631ff36

Please sign in to comment.