Skip to content

Commit

Permalink
Fix highlighted code in docs/dark-mode/next.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanswanepoel authored Jan 14, 2025
1 parent 254198b commit c39df61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/content/docs/dark-mode/next.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function ThemeProvider({

Add the `ThemeProvider` to your root layout.

```tsx {1,9-11} title="app/layout.tsx"
```tsx {1,9-13,15} title="app/layout.tsx"
import { ThemeProvider } from "@/components/theme-provider"

export default function RootLayout({ children }: RootLayoutProps) {
Expand Down

0 comments on commit c39df61

Please sign in to comment.